Topic: mail send with php mail script end in junkmail... (Read 1328 times)
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6439
39458 credits Members referred : 374
It's time to use PHP5!
« on: Sep 07, 2006, 05:23:37 PM »
Hi,
finally I get my renewed php mail class working, but I can't get of the problem that the mail ends in the junk mail box in MS outlook.
The strange thing is that this happens not for 100 %, some outlook clients accepts the mail within the inbox and others not.
I have two computers here in the network with the same version of Outlook: but one accepts the mail and thother moves the mail to the junk folder.
does some a knew a good resource where I can find information (please don't tell me to use phpmailer, this happens with phpmailer too if you use the mail() function)
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6439
39458 credits Members referred : 374
It's time to use PHP5!
« Reply #5 on: Sep 08, 2006, 12:51:36 PM »
OK here a summary from some test's:
first I send a html e-mail with embeded images and an attachemnt to different outlook users: me: junk collega (same network): inbox collega (at home): junk friend (somewhere): inbox
you see this is not logical
no I send some different mail (only to me) all with the same addresses (but this time the mail is not send in the CC or Bcc: 1. text mail with attachment -> inbox 2 text mail -> inbox 3. html mail with embed images -> inbox 4. html mail with embed images and attachement -> inbox ...
it looks like the proble is that the mail is send via cc or bcc...
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6439
39458 credits Members referred : 374
It's time to use PHP5!
« Reply #8 on: Sep 08, 2006, 01:14:32 PM »
I tried it:
I send a Cc to collega in the same network:
html mail without images and one zip attachment, works fine but a html email with embeded images and no attachements has reached my inbox but is junk at the outlook from my collega, will say something is wrong with the images?