How to Attach files from folders to send SMTP mail

Hi,
How to Attach files from folders to send SMTP mail

1 Like

Hi @mahesh.gundekar,

Refer this xaml file. in Send SMTP send Mail Message activity you have attach option there need to pass the file path to add the file.
SendMail.xaml (6.5 KB)

Regards,
Arivu :slight_smile:

Hi @arivu96,
Thanks a lot it’s working fine for me.

Thanks & Regards,
Mahesh Gundekar

Hi @arivu96,

facing one issue to send SMTP Mail message, the issue is showing below,

Regards,
Mahesh Gundekar

Hi @mahesh.gundekar,

Refer this link to how to use send mail to enable the gmail activities

Enabling Gmail for Email Activities

Regards,
Arivu :slight_smile:

1 Like

Can you please help me to get the SendEmail.xaml file?or share me the link from where i can get one.

1 Like

how to attach multiple file , Thanks

how to attachfile string in one line

?? the under description is not work
Environment.CurrentDirectory+“\Output\Employee Information.xlsx” + “;” + Environment.CurrentDirectory+“\Output\Employee Information123.xlsx”