Skip to content

Instantly share code, notes, and snippets.

@carlthewebmaster
Created August 13, 2013 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlthewebmaster/6220924 to your computer and use it in GitHub Desktop.
Save carlthewebmaster/6220924 to your computer and use it in GitHub Desktop.
Mercury Mail Tip
Mercury Mail tip:
To use Gmail or your ISP's email server with mercury mail, you need to
configure your mercury.ini's MercuryC section as shown below.
Note that the "Host:", "Server_Port" "SMTP_Username" and "SMTP_Password"
need to be correct for YOUR SPECIFIC email provider or ISP. You can usually
find this information in your ISP's support pages under "mail client setup".
Also note that 'path\to\' below indicates the path to YOUR MercuryMail setup.
[MercuryC]
Host : SMTP-host.yourdomain.com
Failfile : path\to\MercuryMail\MERCURY\failure.mer
Poll : 30
Scratch : path\to\MercuryMail\SCRATCH
ReturnLines : 15
Timeout : 300
ESMTP : 1
Server_Port : 587
SMTP_Username: a-valid-user@yourdomain.com
SMTP_Password: password-for-this-user
SMTP_ConnFlags : 4
POP3_Auth : 0
Logfile : path\to\MercuryMail\LOGS\MERCURYC\~y-~m-~d.log
Log_Verbose : 1
Session_logging : path\to\MercuryMail\SESSIONS\MERCURYC
Session_logmode : 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment