phpmailer doesnt work?

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
$mail->IsHTML(true);

change to false.

The mail servers eat HTML mail (anti-spam precaution).
 

ledlamp

New Member
Messages
3
Reaction score
0
Points
1
$mail->IsHTML(true);

change to false.

The mail servers eat HTML mail (anti-spam precaution).

Thnx descalzo for your fast comment! I changed it but still I dont receive a mail:(. Any other idea's to get this working? I really appreciate your help.
 

ledlamp

New Member
Messages
3
Reaction score
0
Points
1
Yeah I check it and I changed

PHP:
$mail->Username = "alexvandijk94@ledlampenprobeersel.x10.mx";

to

PHP:
$mail->Username = "alexvandijk94+ledlampenprobeersel.x10.mx";

But still no success :frown:
 

fruitytest89

New Member
Messages
19
Reaction score
1
Points
0
ledlamp - I am experiencing the same as you, I'm currently using php mail().
I believe that X10 are having problems with all mail services at this time.
patience my friend ...
 
Top