Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Version: Windchill 12.0
Use Case: We have recently migrated Windchill from an on-premises system to an Azure VM. However, the SMTP server setup is no longer available in the Azure environment. Please provide guidance on how to configure an SMTP server or any alternative messaging service to enable workflow notification emails and other custom notification emails.
Description:
Currently not able to send workflow notification emails or any custom notification emails through SMTP server.
Here are some articles about changing from port 25. You might have to switch to SMTPS.
https://www.ptc.com/en/support/article/CS349913?source=search
https://www.ptc.com/en/support/article/CS407185?source=search
AI Results:
Outbound SMTP connectivity on TCP port 25 is blocked by default for most Azure subscription types, including Pay-as-you-go, for virtual machines (VMs) and this block cannot be removed. Enterprise Dev/Test subscriptions also have port 25 blocked by default, but this block can be removed.
Hi @avillanueva,
We are looking for a solution, such as SMTP or a similar setup, that allows us to send emails. We do not want to use third-party email services, as they do not comply with our company’s policies. Is there a way to send emails directly from Java code or through a similar approach?
Email is being sent through Java code (in Windchill) but question is to where? You need to have some sort of email relay under a different port which will direct your mail back to the company mails servers.
