Hello,
All the php-generated emails I send, people complain that it ends up in thier spam boxes. =( This is really annoying, both for me (because people don't recieve important things from my site) and for them because they're actually waiting for those important emails to come. My question is, if a user has a hotmail (*barfs*) account and the spam settings set on standard (regular, whatever it's called, I don't use hotmail), what headers would I need to set (and what do I set them to) in order for my message not to be classified as spam? Thanks. =)
All my email is going to the spam
Moderator: General Moderators
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
most spam filters use a scoring system to score an email. If after tallying all the points, it reaches a certain threshhold then it gets put to spam.
some things it takes into consideration:
specific words (<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>, pr0n etc)
header-specific information
whether or not it's html and if so does it contain certain tags
probably the best thing to do is try some different derivations of your email and see what you can slip through
some things it takes into consideration:
specific words (<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>, pr0n etc)
header-specific information
whether or not it's html and if so does it contain certain tags
probably the best thing to do is try some different derivations of your email and see what you can slip through
- mabufo
- Forum Commoner
- Posts: 81
- Joined: Thu Jul 10, 2003 11:11 pm
- Location: Orland Park, IL
- Contact:
I tried out the mail function - and it doesn't even get sent to me - though it's probably server related.
EDIT: if anyone has any idea on how to get that fixed up... pm me, please!
EDIT: if anyone has any idea on how to get that fixed up... pm me, please!
Last edited by mabufo on Tue Jul 04, 2006 6:44 pm, edited 1 time in total.
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
Okay, so mail() function blows...how does the class mentioned in the scond post help me bypass spam detectors? (BTW, i'm not sendring out <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>, porn, pr0n, or any unsolicited emails. This is for users of my site for things like welcome emails and password recovery
)