Can't use PHP mail() right now

Status
Not open for further replies.

grandvi2

New Member
Messages
10
Reaction score
1
Points
3
Maybe I'm blind for missing something, but I can't figure out why my emails aren't sending.
I'm using the same php scripts as I used less than a week ago when they did work. Is something up on your end that's causing it to act funny?

FYI: mail() says it sent every time. However, after multiple addresses and lots of time, I'm still not getting anything.
 

grandvi2

New Member
Messages
10
Reaction score
1
Points
3
I see, according to status.x10hosting.com, that you worked on an email issue but I'm still getting nowhere.
I'm on level, for what it's worth. I know of a site on absolut that is working fine.
 

grandvi2

New Member
Messages
10
Reaction score
1
Points
3
Ok, I think this ticket can be closed.
I'm able to send to most email addresses now. (For whatever reason, I can't get outlook.com to deliver the message yet but I'm working on that)
 

sicelx10

Member
Messages
126
Reaction score
2
Points
18
PHP mail() function is not working right now :(, i cant receive the messages i send from my page to Outllook or Gmail. Im on Vox Server. Idk if the problem is because of the PHP upgrade.........
 

grandvi2

New Member
Messages
10
Reaction score
1
Points
3
PHP mail() function is not working right now :(, i cant receive the messages i send from my page to Outllook or Gmail. Im on Vox Server. Idk if the problem is because of the PHP upgrade.........
Hey sicelx10,
This is basically the problem I was having as of today. Before, I got nothing. Now, I'm down to outlook and gmail (actually not gmail anymore; see below).
I don't know if it will help you, but I was able to overcome gmail's problems by setting the "Return-Path" in the mail script like this: "mail($to, $subject, $message, $headers, "-f mysender@mydomain.com" );" (Note the "-f " is important)
 

sicelx10

Member
Messages
126
Reaction score
2
Points
18
In the x10 hosting status blog says that the sending mail through php has been resolved,but the problem still persists on Vox servers. Since March 27th the mail() function isnt working properly.
 
Status
Not open for further replies.
Top