Can not send emails (php, smtp, send mail)

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
marcus1810
A semi-regular
A semi-regular
Posts: 15
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 02, 2015 12:00 am

Can not send emails (php, smtp, send mail)

Post by marcus1810 »

Hi

I have rebuilt the site i had on another host on nfo servers. i have set up the exact same setup on the site, but for some reason when people register or if people donate on the site, they wont recive any emails, and neither do i.

here is the error im getting: http://gyazo.com/7dbb7575d983bda8ab17a476825a094
These are the mailing options i have: http://gyazo.com/82aee9ddaa2efbf3ba1d9c6a8f89f5e8
I have tried the php mail, but that gives that error, same with the "send mail"
i tried the smtp option, but it might not work because i dont know how to set it up right.

Any help?
Thanks
User avatar
Edge100x
Founder
Founder
Posts: 13111
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Can not send emails (php, smtp, send mail)

Post by Edge100x »

The first link doesn't work. Can you paste the text of the error?

You should make sure to use the local mail server (either with sendmail or an SMTP client that connects to it on port 25).
marcus1810
A semi-regular
A semi-regular
Posts: 15
Joined: Thu Apr 02, 2015 12:00 am

Re: Can not send emails (php, smtp, send mail)

Post by marcus1810 »

sorry, here is the working link: https://gyazo.com/7dbb7575d983bda8ab17a476825a0947

thats the error im getting
User avatar
Edge100x
Founder
Founder
Posts: 13111
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Can not send emails (php, smtp, send mail)

Post by Edge100x »

That's not a very useful error, but it suggests that your software might not be compatible with the PHP version in use on the hosting.
Post Reply