Skip to content

Instantly share code, notes, and snippets.

@tomblanchard
Created November 26, 2013 00:39
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 tomblanchard/7651511 to your computer and use it in GitHub Desktop.
Save tomblanchard/7651511 to your computer and use it in GitHub Desktop.
XAMPP mail.
[sendmail]
smtp_server = mail.tomblanchard.co.uk
smtp_port = 26
smtp_ssl = none
error_logfile = error.log
force_sender = test@tomblanchard.co.uk
auth_username = test@tomblanchard.co.uk
auth_password = password
[mail function]
SMTP = mail.tomblanchard.co.uk
smtp_port = 26
sendmail_from = test@tomblanchard.co.uk
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