Mercury Mail Tip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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