cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send HTML E-Mails using SAP Build

Baschi
Explorer
0 Likes
6,335

Dear SAP Community,

is there a way to send Mails from SAP Build or SAP Build Process Automation in customizable HTML Format?
(e.g. by defining Mail Templates with logos). Unfortunately the mail composer of SAP Build Process Automation does not allow us to use HTML code.

Thank you for your support

Baschi

View Entire Topic
Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert

Hello bahainf

You can send customized emails using Automation Artifact.

1. Generate your HTML body as explained in this blog and use the below automation activities.
2. Create a custom script to create an HTML body. Add the HTML body content that was generated in the above step

3. Create a string variable for HTML body

3. Create Email Parameters and pass the generated HTML body

4. Send Email.

Dinu
Active Contributor
0 Likes

You need an agent running on a machine with outlook installed for this, is it not?

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Likes

Yes , it's correct

Baschi
Explorer
0 Likes

Thank you for this solution, is there any other alternative in SAP Build not requiring an irpa desktop agent? Thank you - Baschi

MustafaBensan
SAP Champion
SAP Champion
0 Likes

<deleted>

MustafaBensan
SAP Champion
SAP Champion
0 Likes

<deleted>

edna101
Explorer
0 Likes
H Chaitanya_Priya, some parts of the scripts are cut out, is there a blog on the complete steps to enable easy replication of what you posted? If it is available, can you share the link to the blog?