send mail from file shell script

Метки: shell script

2 files:

mail.sh

#!/bin/sh
while read i j; do
echo "Your password is: $j" | mail -s 'Your Password!' $i
sleep 1
done <./mailpass

./mailpass

test@blabla.com idbcpisdbciudhpiduhaopuh
test1@lbalba.com gfs9d79sd79f7sdf97sd
....
Tags for send mail from file shell script
Вход в систему
Image CAPTCHA
Enter the characters shown in the image.