A couple problems re: CodeIgniter emailer
Posted
by Walker
on Stack Overflow
See other posts from Stack Overflow
or by Walker
Published on 2010-06-14T15:25:32Z
Indexed on
2010/06/14
16:12 UTC
Read the original article
Hit count: 206
I have some problems with the email system for CodeIgniter:
First, the emails I send out (registration, confirmations) are getting caught in standard spam filters in gmail and other mail clients. How do I get around this? How do companies like Facebook get their emails through consistently?
Second, the mailer is working locally but once we deploy it it no longer runs (doesn't send emails) but all the other forms run just fine. Anyone ever run into a problem like this?
Thanks for all the help!
© Stack Overflow or respective owner