What is the difference between Logon "Email" and Sender "From" of SMTP activity?

Hi All,

I would like to know the main difference between Logon “Email” and Sender “From” of “Send SMTP Mail Message” activity Property Panel.

image

Do I need to mention sender mail address in both the fields or just any one is enough ?

Please clear my doubt.

Thanks in Advance:-)

Hi UiPath Users .

  • Email - The email account used to send the message.

  • Sender Name - The display name of the sender.
    if email and sender are same you can just pass in one of in logon section

Happy Automation …!!!

@Vaishnav_Tej

Hi @Vaishnav_Tej

Please refer this link for more info : https://docs.uipath.com/activities/docs/send-mail

Regards,
Kaviyarasu N

Hi @Kaviyarasu_N @sangeethaneelavannan1

Im using SMTP Mail message activity and adding connection by server and host. Also using display name feature to display Sender Name

Bot able to send mail but display name value which I added in properties it’s not appearing in mail instead Actul mail ID

Can you please help me on this issue.

Hi @Vaishnav_Tej
Check below link:

or

Aspect Logon “Email” Sender “From”
Purpose Authenticates to the SMTP server Sets who the email appears to be from
Function Used with username/password or OAuth Sets the “From” field in the email
Control Managed by the SMTP account configuration Defined in the email message itself
Usage Scope Required for sending any email Optional—can be customized per email
Visibility Not visible to recipient Visible to the recipient in their inbox

If you found helpful, tick as a solution .
Happy Automation