Mail send

how to send system date time to mail

also send two columns data of excel to mail

DateTime.Now.ToString("MM/dd/yyyy hh:mm tt")

Example:

image

More details about C# DateTime Format can be found here: DateTime Format In C#

To send the system date time you can use datetime.Now

To send two columns data of in excel to mail you can use the filter data table and in the output column set the needed columns and save the output table in excel and send it as an attachment

1 Like

Hi @Yogita_Gaikwad,

You can check the link to add an excel table to the mail body.

First of all, read the relevant field in excel and put it in a table and place it in the html content activity.

Regards,
MY