There is a global change in SMPT Mail configuration.
Do we need to change the flow by replacing the SMTP activity in UiPath also.
There is a global change in SMPT Mail configuration.
Do we need to change the flow by replacing the SMTP activity in UiPath also.
No code change is required in most cases.
Explanation:
If the SMTP server / port / security is updated globally (same protocol), you only need to:
You do NOT need to replace the SMTP activity in UiPath unless:
If only config changed β update settings
If auth method changed β update workflow
Regards,
Gokul
If you are talking about microsoft smtp mails then basic auth is being removed if that is being used then you need to change it to OAuth authentication as microsoft is deprecating basic/simple auth
if not no change is needed. also going forward it would be better to use integration services to create connections and send emails instead of smtp activities to avoid any disruption
cheers
Yesterday i ran the process it went well.
Is there any release notes from the UiPath side
If yes can anyone share it.
This auth looks like basic auth..if so it would not work after march 2026 ..so better to move to oauth by then..for getting oauth you might need to upgrade your mail packages..in the same activity you would get oauth option and can connect using it
Cheers
You canβt fully configure OAuth inside the legacy SMTP activity.
To use OAuth:
smtp.office365.com587If OAuth fields donβt appear β convert project to Windows or use Send Outlook Mail Message (Modern).
Regards,
Gokul
Hi @Gokul_Murali
No, you usually donβt need to change the flow logic itself.
If the global SMTP mail configuration is updated (server, port, credentials, TLS, etc.) and your SMTP activity is using those same settings, then updating the configuration is enough. The existing SMTP activity will continue to work with the new settings.
You only need to modify or replace the SMTP activity if:
Otherwise, just updating the global SMTP configuration should be sufficient.
it is showing that we cant enter the auth credential in the password field.
How can we config this.
please dont go with LLM answers they might be wrong. please check official documentation. It accepts Oauth access token
Also you can use exchange scope activities as well
cheers
Thanks for the information.
Can you suggest how to create the auth tokens to use it in the same activity
Here are detailed steps..you need a azure app which would give you credentials to connect
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.