Created
November 26, 2013 00:39
-
-
Save tomblanchard/7651511 to your computer and use it in GitHub Desktop.
XAMPP mail.
This file contains hidden or 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
[sendmail] | |
smtp_server = mail.tomblanchard.co.uk | |
smtp_port = 26 | |
smtp_ssl = none | |
error_logfile = error.log | |
force_sender = [email protected] | |
auth_username = [email protected] | |
auth_password = password |
This file contains hidden or 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
[mail function] | |
SMTP = mail.tomblanchard.co.uk | |
smtp_port = 26 | |
sendmail_from = [email protected] | |
sendmail_path = "\"\Users\Tom\XAMPP\sendmail\sendmail.exe\" -t" | |
mail.add_x_header = Off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment