Email sending failed using “send SMTP mail message” activity, getting given error “The handshake failed due to an unexpected packet format” message. I have tried using all the options in the secure-connection property.
I am having valid client SMTP server name and port to send email, but still getting error.
I have tested same smtp server details using VBA code and its working fine.
Sub test()
sMailServer = “mpsmtp2.kkr.com” 'Not just any old smtp
sMailFromAddress = “jaikee.soni@kkr.com”
sMailToAddress = “jaikee.soni@kkr.com”
Added all values to mandatory properties but still getting error.
Any idea about given “ObjMessage.Configuration.Fields.Item(“http://schemas.microsoft.com/cdo/configuration/sendusing”) = 2” value where needs to set in UiPath SMTP activity.
SMTP does not required much details. make sure your server is stopping to use mail schema.
if you configure outlook on your machine then you can use Send outlook Mail Message activity.
it will automatically pick up all details from your local outlook configuration file.
Thanks for the updates.
Please find the screen shot of SMTP activity from my end. Please check and let me know if any correction required.
Do any changes need to be required at SMTP server side. Please let me know so i can asked the client to makes such changes.
while giving LOGON email and password, i’m getting from Assets so it will be variables as email and password. Is it a problem?
Because while doing that i’m getting error saying that Authentication is too weak etc…