Page 1 of 1

Swift Headers

Posted: Sat Jul 01, 2006 1:02 pm
by NiGHTFiRE
Hey,
I've looked in the Swift documentation and tryed to add headers but without success (they don't do what I want).
I'm using swift, and i'm trying to do so the emails I send out don't go into peoples junkmail boxes or get stopped by spamfilters and so on.
So i'm using this code to try to stop it getting blocked:

Code: Select all

$swift->addHeaders(
    "From: "."$sender",
    "Subject: "."$subject"
);
But maybe i'm using the wrong code or i've forgot any header or anything?
Thanks

Posted: Sun Jul 02, 2006 4:59 pm
by NiGHTFiRE
anyone?