Looking for a SMTP Server

Working with Postfix to send email:

echo "My message" | mail -s subject user@gmail.com
echo "This is the body of the email" | mail -s "This is the subject line" user@example.com
The configuration file
/etc/postfix/main.cf

Comments

Popular Posts