How do you make sure email you send programmatically is not automatically marked as spam?
Posted
by Leon Bambrick
on Stack Overflow
See other posts from Stack Overflow
or by Leon Bambrick
Published on 2008-08-02T08:19:18Z
Indexed on
2010/04/05
16:43 UTC
Read the original article
Hit count: 378
email-spam
This is a tricky one - and I've always relied on techniques such as permission-based emails (i.e. only sending to people you have permission to send to) and not using blatantly spamish terminology.
Of late, some of the emails I send out programmatically have started being shuffled into people's spam folder automatically - and I'm wondering what i can do about it.
This is despite the fact that these particular emails are not ones that humans would mark as spam (specifically, they are emails that contain license keys that people have paid good money for, so I don't think they're going to consider them spam)
I figure this is a big topic in which I am essentially an ignorant simpleton.
© Stack Overflow or respective owner