chris
chris

Reputation: 67

Codeigniter Email Class - email in spam

I was using gmail smtp settings to send emails. These settings were working fine until a couple weeks ago, but stopped working all of a sudden. All the outgoing mails are going into the spam folder. Any way to avoid this?

Upvotes: 0

Views: 1244

Answers (1)

Filippo oretti
Filippo oretti

Reputation: 49843

No, if your problem is that emails are going into spam box, you should check some tutorial or read some book on how to send emails correctly to avoid being blacklisted, but the problem is not really related to Codeigniter or PHP ;)

I mean it depends on many factors out of the programming languages, like content you send, if images are inside your content, how much is rated your website/IP, which is the title you put in your emails, which email address you use to send the emails ... etc etc , and *+obvously** how many people receives your emails and put you in spam flagging the email as SPAM :P

Upvotes: 1

Related Questions