|
Posted by Jerry Stuckle on 09/03/07 18:02
jason.m.ho@gmail.com wrote:
> Hello,
> I need to be able to send email in PHP without it getting filtered by
> spam filters. Gmail usually filters all email sent using the "mail()"
> function. I've looked on the forums, and am using the function below.
> However, it seems to display alot of the meta data inside the email
> itself. Is there something I'm doing wrong? Does anyone have any
> suggestions/example that will send a well-formed email (with all the
> meta data in tact)?
>
> Thanks in advance,
> Jason Ho
> Founder Clockspot.net
> http://www.clockspot.net
>
<code snipped>
Gmail (or any MTA) doesn't know if the mail comes from the mail()
function or something else. All it knows is what's in the mail.
Take a look at the source for an email which gets through Gmail and
compare them to the source of one which gets filtered. What's the
difference?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|