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
service:email [2020/09/18 20:37] – [Email Client Setup Guides] 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 ====== ====== Testing SMTP AUTH connections ======
  
service/email.1600461443.txt.gz · Last modified: by superwizard