Mailing not working

Status
Not open for further replies.

dejangex

New Member
Messages
1
Reaction score
0
Points
0
Few days ago I had no problems using php mail(). Yesterday, it stopped working. It has been disabled, well ok. I try to use imap_mail() - no errors, all ok but the mail is not delivered. Try to use webmail from cPanel, also no errors, and email still not delivered. I can recieve emails though. Emails sent are not in bulk or spam, they just dont get delivered. I would like to use imap_mail() more than mail() but if it cant be fixed then Ill request version 2 of php. Tnx

Not sure if I am linked but just in case
username "dejangex"
server "absolut"

EDIT:

I guess changing to php v2 has solved all my problems with mail(). I tried webmail and only 1 out of 4 email got delivered and imap_mail() is not working
 
Last edited:

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Or... you could use smtp... I use the smtp of google apps for most of my applications and it works great. It has the additional benefit of being able to send to hotmails which tend to reject a lot of mail for unknown reasons.
 
Status
Not open for further replies.
Top