my php sendmail() not working again

Status
Not open for further replies.

blackstrings

New Member
Prime Account
Messages
5
Reaction score
0
Points
0
I know i posted up a php mail() function Error a while ago on my last request and it turned out it was working.
This time i'm sure it's not working. my mails aren't showing up in my junk box either.

I tried today too and it's no working. I've been trying for the past 2-3 weeks and neither of those mails have shown up.

When I tried sending myself using the mail() function today again, it works fine and everything, no errors but no message in my inbox. its been 2 weeks now and my last test mails haven't shown up either. and there's still no mail sent to my email. Can you verify if the mail() function is working on my server or what's wrong with it if it is not.
Thanks.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Hello,

We have been having no problems with the mail() service, can I have the domain your sending the e-mails to, ex. gmail.com.
 

blackstrings

New Member
Prime Account
Messages
5
Reaction score
0
Points
0
The mail should be going to
uwstout.edu
my.uwstout.edu
hotmail.com
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If your "From" header is an email account for your domain, check cPanel-->Webmail-->Squirellmail

Hotmail bounces mail from the x10hosting mailserver. Doesn't even send them to the spam folder. The reason mine gives is:

421 RP-001: The mail server IP connecting to Windows Live Hotmail server has exceeded the rate limit allowed. Reason for rate limitation is related to IP/domain reputation. If you are not an email/network admin please contact your Email/Internet Service Provider for help.

Not sure about your .edu accounts.

One alternative is to get a Google Apps account for your domain and then use PHPMailer to send your mail through Google Apps and SMTP .
 
Status
Not open for further replies.
Top