Search found 2 matches

by Red5
Wed Oct 04, 2006 5:20 pm
Forum: Swift Mailer
Topic: Swift Mailer & NativeMail
Replies: 3
Views: 8371

I used:

Code: Select all

$mailer->addHeaders("Return-Path: user@example.com");
I wasn't aware of the other function. I'll try that instead.

Thanks. :-)
by Red5
Wed Oct 04, 2006 2:06 pm
Forum: Swift Mailer
Topic: Swift Mailer & NativeMail
Replies: 3
Views: 8371

Swift Mailer & NativeMail

Hi,

I've experienced multiple timeouts when trying to use the SMTP connection object in Swift Mailer, so have resorted to using the NativeMail object instead - it works very well. However, I can't seem to add a "Return-Path" header using this method.

Any ideas?