fred.too
(Fred Too)
1
Hi there,
Send SMTP activity returns the error as mentioned in the title. Please find the information and disclaimer below:
Information:-
- Package dependency: UiPath.Mail.Activities
- Version: 1.9.6
Disclaimer:-
- Able to send out one-time, failed subsequently. (Subsequent run fails)
- Telnet open, firewall not blocking. (Tested using elevated command prompt)
- Used PowerShell command to test smtp, able to send out (From same machine)
- Used PowerShell command to test send email WITH attachment, able to send out (From same machine)
- SMTP server does not require authentication
Help needed. Thank you.
Srini84
(Srinivas Kadamati)
2
@fred.too
Can you share the properties of Send SMTP Activity
If you are using Variables, can you hardcode the values and try again
Also, try with updating / degrading the mail packages
Hope this may help you
Thanks
fred.too
(Fred Too)
3
Hi,
I can’t share the properties as SMTP information/credentials are confidential.
Values are being parsed as argument. Used hardcoded value, still the same issue.
Used same package but different SMTP server, worked like a charm, so I don’t think is the package issue.
I just want to know why powershell works, but this activity does not. Executes both test from the same machine.
Thanks for your suggestion.