Saturday, 14 September 2019

Sending Email via Unix Script

to send email fromadmin@gmail.com to test@gmail.com we can use below short script

Mail.ksh

echo "Hi Sending you this email for information you that you are promoted now you become a father" | mailx -r _fromadmin@gmail.com -s "Email is generated and send to " test@gmail.com

No comments:

Post a Comment