SAP Intelligent RPA - Email
SAP Intelligent RPA - Email
Email
Introduction:
We will see below how to send outlook mass email through SAP Intelligent RPA.
Mass emails we usually create and send to our existing clients or any other large group of recipients.
When it comes to send outlook mass email through SAP Intelligent RPA. Here we write the email
content in HTML format in text file and read the data from it and send. However, for large group of
recipients we use text file in HTML format to write email address of large group of recipients so that
we can read it and send email. We see below step by step basic example how to send outlook mass
email through SAP Intelligent RPA.
Create a new text file write and save the body content of email in HTML format you want to send in
email. Following is the sample of email body content. Here, the special characters will be replaced
by word All from our code i.e. we can seen in email as Hi All.
Text file for email body content
2. Create a text file in HTML format write mass email ids you want to send an
email:
Create a new text file and write and save email address of large group of recipients in HTML format
you want to send email. In following HTML format we can write email address of recipients
separated by semi colon.
Mass email address
Open the desktop studio > Click on File and click on new project. Give the project name, title, client
name and comments are optional and click on save.
Create a new project
From Activities we can drag and drop custom activity two times and rename it to Email
content and Send Email also add end scenario as shown below. Click on Content then right
click to create a new folder and can rename it as myData.
Create a new work flow
Similarly we are reading the data from text file to add email address of large group of
recipients. Also, special characters are replaced by word All. i.e. in email we can see as Hi
All.
Send email
Once we debug our project successfully, from taskbar click on desktop agent and click on the work
flow name to send mass email through SAP Intelligent RPA.
Save, rebuild and debug
Conclusion:
The above steps should help you to understand and use of outlook library and reading the data from
external text file for email body content and similarly reading the data i.e. mass email address from
external text file to send mass email. With the above steps we are now able to send outlook mass
email through SAP Intelligent RPA.