Hiya!
My dev sites aren’t sending e-mails out. Any ideas why this might be or what I can check?
Thanks,
Phil
Hi Phil,
This can be a bit complicated with ports and varying email server connection details, but I’ve just posted some simple instructions to get it working with gmail. Let me know if it works for you:
http://serverpress.com/news/enabling-mail-on-windows/
One thing to keep in mind is that some email servers are a bit temperamental and may require that your email sender address match the sendmail configuration. Meaning, you may wish to set the email address for your WordPress notifications inside WP’s admin menu Settings -> General to match the address in sendmail.ini
So simple and straightforward, thanks – worked perfectly!
Upgraded to the full version yesterday btw. Loving it!
I have gmail and Win7 64-bit. I tried Contact Form 7 and the contact form submitted successfully (green bar around the success message), but I never got the test email. Here is my sendmail.ini…
# Example for a user configuration file
# Set default values for all following accounts.
defaults
logfile “c:\xampplite\sendmail\sendmail.log”
# Mercury
#account Mercury
#host localhost
#from postmaster@localhost
#auth off
# A freemail service example
account GmailTourKick
tls on
tls_certcheck off
host smtp.gmail.com
from myemail@gmail.com
auth on
user myemail@gmail.com
password mypassword
# Set a default account
#account default : Mercury
account default : GmailTourKick
Hi Clifford,
Did you still need assistance with this item?
http://serverpress.com/news/enabling-mail-on-windows/
Regards,
Stephen
It works now. Thank you for emailing me that sample file.