Configuring Mail Adapter
Configuring Mail Adapter
- SAP Community
The below is the IFlow, where I have used (a) a Start Timer which means, the
message will trigger, the moment the IFlow is deployed, (b) a Content Modifier,
just to show how to call the elements in the body of the email.
For the Connection setting refer the screenshot below that needs to be
maintained.
1. Address, the address maintained is smtp.gmail.com:587 where, smtp.gmail.com is
the address which allows the sender to an email and check the domain of the sender
through the email ID provided, and 587 is the port behind the SSL certificate for
security. Now, this smtp.gmail.com is applicable only for Google Customers i.e. gmail
users.
There are different standard ports used by Google, Microsoft, Yahoo, Rediff, or
Godaddy such as 587, 465, 995, 993, and 25.
Enter your ID, and password of your Gmail account, and Deploy.
Please ensure that your ID is unblocked for API mail sending.
3. Under Mail Attribute, mention the your ID which has been unblocked for API mail
sending, and the receipient's email addresses followed by a (,).
In the Subject, and body, mention enter your email context, and as I have stated earlier,
you can call the Header, Property, and Message Body of the content modifier.
After you deploy, a message shall be triggered, and you shall get an email like the
below:
After you are done, making these changes, re-deploy the IFlow, and you shall get
an email like the below:
That is it about the mail adapter.