Her er en vejledning til opsætning af email på Simply.com sites – nyttig når fx WordPress / WooCommerce skal sættes korrekt op.
Tag: SMTP
-
Xampp and Gmail SMTP
Here is a PHP mail library that works with Gmail SMTP and Xampp:
https://github.com/PHPMailer/PHPMailer
Download all code as a zip and unzip somewhre in htdocs.
https://github.com/PHPMailer/PHPMailer/archive/master.zip
In the unzipped folder go to
../examples/
find the file gmail.phps and copy the file
paste it and rename to gmail.phpEdit the file and add your user details. For the sake of the test let the recipient be yourself.
If you fire off the file and get a mail then it works.And it worked for me in Xampp.