How do I send out automated emails from my new website without being marked as a spammer?
October 23, 2007 4:21 PM
Subscribe
I have an idea for yet another hairbrained social networking website (which paradoxically might hit it big :-) ). I've coded most of it up on a linux server using apache, php, mysql at softlayer.com. The hostname is registered at godaddy (which I can change if desirable). What's the minimum I need to do the following (I'd rather work on the website application logic and learn as little as possible about mail server administration for now):
1) Send automated emails using php code from that domain to users (e.g. when their friend posts a picture).
2) Receive support emails at that domain (probably just one email address for the time being).
3) Most importantly: avoid being marked as a spammer.
I think getting an email address at godaddy is the easiest way to go, but I am unsure if it would achieve my goal of not being marked as a spammer. Also, I think the 250 included smtp emails a day would be more than enough for the time being, but it doesn't seem to be a good solution for the longer term.
I'm pretty sure I could set up mail stuff on my server, but I'd rather not if I don't have to.
posted by realpseudonym to computers & internet (8 comments total)
1 user marked this as a favorite
posted by Mr_Crazyhorse at 4:30 PM on October 23, 2007