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:32] – [Email Debugging] 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 ======
 +
 +http://www.dcwebdesigners.com/email/
 +
 +== Godaddy.com setup ==
 +
 +
 +http://support.godaddy.com/help/article/6297?locale=en&ci=46061
 +
 +== ATT Email Settings ==
 +
 +  * <html><a href="http://www.att.com/esupport/article.jsp?sid=KB401738&cv=702,902,102" target="_blank">Better link settings on Windows Mail for Bellsouth email migrated to pop.att.yahoo.com</a></html>
 +
 +   plus.pop.mail.yahoo.com
 +   SSL - 995
 +   plus.smtp.mail.yahoo.com
 +   SSL - 465
 +
 +
 +
 ====== Email Address testing ====== ====== Email Address testing ======
  
service/email.1600461172.txt.gz · Last modified: by superwizard