Videos Support Videos How to use mailx command to send emails to multiple recipients in PowerCenter
03:09
15103 Views | 20 Mar 2015
Add to Favorites
Remove from Favorites

How to use mailx command to send emails to multiple recipients in PowerCenter

This video describes the following steps:

Steps:
1. Create a file eg: emaillist.txt on the server.
2. Enter the email ids in the file separated by commas.
3. In the post session command use the command
echo "Please check the session log" | mailx -s "Session log" `cat /home/neghosh/emaillist.txt`

where

Subject is - Session log
Body of the email is - Please check the session log.

Back To Top

Success

Link Copied to Clipboard