I've installed WP probably 50 times and each time it has sent emails by default, except for enom which disables any sort of sendmail.
For the first time I'm trying to host with pair.com. They use qmail instead of sendmail, but I'm not sure if that makes any difference. I've got WP installed and running, but it wont send emails.
Any ideas why or where to begin with troubleshooting? I contacted pair support but they said they don't provide support for issues related to WordPress.
Thanks
Pinoy.ca
Member
Posted 2 years ago #
50? Are you sure? Try it one more time. ;)
Yes it makes a difference. Your host has to do something to let PHP send mail through qmail. Go leave your host because they refuse to support your site. Grr.
Good luck!
Pinoy.ca
Member
Posted 2 years ago #
I setup a basic php mail script to see if it would send email. It does. So sendmail seems to be working fine on the host, at least with the basic mail() script. But it's not working with WP 2.8.4.
So I even grabbed the PHPMailer script WP uses and gave it a try. It has a demo script and that worked fine.
I did a second install of WP and it also wont send emails.
Pinoy.ca
Member
Posted 2 years ago #
Wow. What I would do at this point is to compare source codes. WordPress is obviously doing something different from your PHPMailer demo script.
Good luck!
Yeah, I looked at the WP script and unfortunately it's been customized enough I can't really tell where the issue is. I'm not very strong in PHP.
Anyone else have an idea on this? It's really important I get this working, and I don't have an SMTP option I want to use.