Web Hosting Talk







View Full Version : php sending mails problem


xelav
10-19-2004, 11:43 AM
I've created mailing list, but have got problems - some mails are looses.

I host files on shared hosting and send emails via standart mail function. I tested it on 4-mailboxes, but got next headers:

X-AntiAbuse: Original Domain - mydomain.com
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - server11.somehost.com
X-Source:
X-Source-Args:
X-Source-Dir:

I suppose, headers are wrong, and spam filters block some mails. Or maybe it's some hosting problems - servers configuration error or else?

Thanks

Burhan
10-20-2004, 03:01 AM
These headers are added by your outgoing mail server. Try posting the code that you are using to send. Maybe you aren't sending the right headers from your end.

TheKingsHost
10-22-2004, 08:57 PM
Hi xelav,

i think you are right, some mails from you get delete [spam] because your headers maybe wrong, to avoid that maybe you can use this:

http://phpmailer.sourceforge.net