Hi All,
I have a data like below. For which i need to send email to example@gmail.com
This data will be my input file
Column A Column B Column C
SAm 001 CALL
PRITI 002 TXT
Hazel 003 EMAIL
I need to derive the subject line based on Column C
And send 3 separate email email to example@gmail.com
The body should include the data
EMail 1 Subject Call
Column A Column B Column C
SAm 001 CALL
Email2 Subject txt
Column A Column B Column C
PRITI 002 TXT
Email3 - Subject EMail
Column A Column B Column C
Hazel 003 EMAIL
Can some please help.