Sending Mails From A Linux Server
In this example we use Ubuntu linux.
First test if you can access gmail through port 25: telnet gmail-smtp-in.l.google.com 25
Test mail with: echo "Hello world" | mail -s "Test Email" -a "From: [email protected]" toMail.com
Last modified
2020-12-03