Unable to print value in sent email

Hi all,

I have create a project of email automation for smtp. that activity is (create html).
here problem is that when i run the project it is not stop and unable to send
the output to email.

1 Like

Hi @Satanand_Hazra

Are you getting any error or aren’t to able to send email using specific email ID. Please share some screenshots of your workflow for better understanding.

Regards

1 Like

Hi @Satanand_Hazra

→ Create a variable in the Create HTML Content activity, let’s name the variable as HTML_Body.
→ You have to pass the HTML_Body variable to the Body field of the Send SMTP Mail Message activity and you have to check the IsBodyHtml option, then it will take the body as HTML body and send mail as you edited in the Create HTML Content activity.

Check the below image of properties of Send SMTP Mail Message activity,

Hope it helps!!

Hope it helps!!

1 Like


create HTMl content activity is non stop and unable to send in the email

1 Like

Hi @Satanand_Hazra

Please Place the Create HTML Content activity before Send SMTP Mail Message and run your flow as you are creating the entire Body content in Create HTML Content activity and passing that output variable variable in Send SMTP Mail Message in Body. So place it before Send SMTP Mail Message and run your flow. Make sure to tick IsBodyHTML in Send SMTP Mail Message.

Regards

2 Likes


I think already have created all variable once check it please and inform me.

1 Like

Thank You Lots
its done

Regards
Satanand

1 Like

Hi @Satanand_Hazra

Hope your query is resolved please do mark the post from where you found the solution to close the loop.

Regards

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.