Hi team i am facig issue for sending smtp mail message.
below error is coming
" SMTP Mail Message: 504: 5.7.4 Unrecognized authentication type"
Please help on this.
Hi team i am facig issue for sending smtp mail message.
below error is coming
" SMTP Mail Message: 504: 5.7.4 Unrecognized authentication type"
Please help on this.
@AsadPathan2665
The error message “504: 5.7.4 Unrecognized authentication type” typically indicates that the SMTP server doesn’t recognize the authentication method you’re attempting to use. Here’s a step-by-step solution to resolve this issue in UiPath:
@AsadPathan2665 If you’re using Office 365, it’s possible that Security Defaults setting is blocking SMTP. Also investigate with telnet which authentication is supported on the target server.
Else you can check this link for more troubleshooting steps
Please use below links as reference for SMTP errors
it clearly indicates that the SMTP server doesn’t recognize the authentication method you’re attempting to use. Ensure you are using the correct authentication type supported by your SMTP server. Common authentication types include “None”, “Plain”, “Login”, “NTLM”, etc. You need to know which one your SMTP server requires.