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/04/19 17:48] – [Understand email bounce messages] 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 ======
 +
 +<WRAP center round box >
 +From: http://wintelguy.com/mtrace.pl
 +
 +eMail Tracer
 +
 +This tool **analyzes email headers** and presents basic information about an email massage in an easy to read table form. 
 +
 +</WRAP>
 +
 +
 +====== Email Debugging ======
 +
 +<WRAP center round box >
 +  * I suggest opening a command prompt http://www.c3scripts.com/tutorials/msdos/open-window.html, and typing the following 3 commands. 
 +    * "ping mail.domain.com"
 +      * The first one will let you know if the mail server is reachable.
 +    * "tracert mail.domain.com"
 +      * The second will trace the path to the server from your workstation. Timeouts are a sign that there is a problem between your office and the mail server, not much anyone can do about that.
 +    * "telnet mail.domain.com 110"
 +      * The third will attempt to connect to the mail server directly as described here: http://www.hostmysite.com/support/email/telnet/
 +      * Try sending an email through telnet:
 +      * http://www.rdpslides.com/webresources/FAQ00035.htm
 +      * http://en.kioskea.net/contents/internet/smtp.php3
 +  * Outlook - Inbox repair tool - scanpst.exe
 +    * [[http://support.microsoft.com/kb/287497]]
 +
 +
 +
 +
 +</WRAP>
 ====== Email Header Analyzer ====== ====== Email Header Analyzer ======
 <WRAP center round box > <WRAP center round box >
Line 32: Line 126:
  
  
-<WRAP center round box 60%> +<WRAP center round box %> 
-making better email bounces +making better email bounces\\  
-Understand email bounce messages, how to fix them and get email delivered. +Understand email bounce messages, how to fix them and get email delivered.\\  
-Search+Search\\ 
 Get more information about your email bounce with our lookup tool. Get more information about your email bounce with our lookup tool.
  
  
-5.1.1 or 411 or keywords +5.1.1 or 411 or keywords\\  
-Search+Search\\ 
 Type in the complete or partial error code (looks like 5.1.1 or 411). Type in the complete or partial error code (looks like 5.1.1 or 411).
  
-Browse+Browse\\ 
 Check out common email bounces with the links below. Check out common email bounces with the links below.
  
-Encryption Issue Bad Sending Address Message Too LongMailbox FullNetwork Connection  +Encryption Issue\\ 
-ProblemSecurity Issue+Bad Sending Address\\ 
 +Message Too Long\\  
 +Mailbox FullNetwork Connection \\ 
 +ProblemSecurity Issue\\ 
 See more at: https://betterbounces.net/#sthash.mbosTF2P.dpuf See more at: https://betterbounces.net/#sthash.mbosTF2P.dpuf
  
service/email.1587318528.txt.gz · Last modified: by superwizard