User Tools

Site Tools


service:email

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
service:email [2020/09/18 20:36] superwizardservice:email [2020/09/18 20:38] (current) – [Testing SMTP AUTH connections] superwizard
Line 1: Line 1:
 +====== Email Ping Test ======
 +
 +--------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +====== sending-email-from-mailx-command-in-linux-using-gmails-smtp ======
 +
 +also shows some good syntax
 +
 +http://fclose.com/b/linux/1411/sending-email-from-mailx-command-in-linux-using-gmails-smtp/
 +
 +====== Ping Through a Specified SMTP Server ======
 +
 +<code>
 +Ping1of=" 1 of 11 "
 +Ping1="a.o.all@etspower.com"
 +Ping1Smtp="-S smtp=smtp.safeserveronweb.com"
 +
 +echo "test" > $REPORT_EPT
 +
 +#   
 +echo "~." | mailx $Ping1Smtp -s "Ping Test $Ping1of $Ping1" -q /root/Desktop/EmailPingTestBody.txt -r Adiitao@safeserveronweb.com $Ping1
 +</code>
 +
 +===== Run Each Morning =====
 +
 +<code>
 +# Runs the emailpingtest
 +
 +00 07 * * * root /root/Desktop/EmailPingTest.x
 +</code>
 +
 +====== Testing SMTP AUTH connections ======
 +
 +http://qmail.jms1.net/test-auth.shtml
 +
 +http://www.jonfullmer.com/smtpauth/
 +
 +http://www.computerperformance.co.uk/exchange2003/exchange2003_SMTP_Auth_Login.htm
 +
 +
 +
 +
 ====== Email Client Setup Guides ====== ====== Email Client Setup Guides ======
  
service/email.1600461405.txt.gz · Last modified: by superwizard