[thelist] gmail autoresponder

Jack Timmons jorachim at gmail.com
Sun Mar 1 06:24:41 CST 2009


On Sun, Mar 1, 2009 at 3:48 AM, Fred Jones <fredthejonester at gmail.com>wrote:

> > The only thing I can think of would be headers. Perhaps some are being
> > added, or some aren't.
>
> That did it. I added:
>
>  $headers['From'] = $headers['Reply-To'] = $headers['Sender'] = $email;
>  $headers['Return-Path'] = $email;
>
> and that worked. The headers are in an associative array because I am
> using drupal_mail [1] not standard PHP mail.
>
> Thanks!
>

Good stuff to know in case there's a time I'll run into it.

Good luck with the rest of your project.

-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @jorachim



More information about the thelist mailing list