Mimic mail from PC

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
fishnyc22
Forum Commoner
Posts: 38
Joined: Wed May 30, 2007 6:20 pm

Mimic mail from PC

Post by fishnyc22 »

Quick question:

Does swift leave any imprint that it was sent from an application rather than from a PC. I'm wondering if any spam filters may recognise its an app and push the mail into "junk".

is there a way to make it look like it was sent from outlook or other pc app?

Thanks

Fish
><>
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

X-LibVersion: <swift's version here>

Apart from that, no you wouldn't know. Well, actually, the boundaries contain the word "swift" and do does the message-id by default. it seriously shouldn't matter though. Why would a spam filter discriminate against a legitimate mailing library? ;)
User avatar
fishnyc22
Forum Commoner
Posts: 38
Joined: Wed May 30, 2007 6:20 pm

Post by fishnyc22 »

d11wtq wrote:X-LibVersion: <swift's version here>

Apart from that, no you wouldn't know. Well, actually, the boundaries contain the word "swift" and do does the message-id by default. it seriously shouldn't matter though. Why would a spam filter discriminate against a legitimate mailing library? ;)
Hey! You know... I KNEW that would be your answer :D I just thought I would ask because I remebered reading somewhere (I think on one of the other mailer forums) that someone had changed the wrapper to look like it came from outlook. I agree... if its a legitimate mailing lib... and a legit service(which we are)... it shouldnt matter.

Thanks for the input! Hope all is well.
Post Reply