![]() |
email send into spam - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: email send into spam (/showthread.php?tid=39700) |
email send into spam - El Forum - 03-18-2011 [eluser]Unknown[/eluser] hi, am using codeigniter email function for sending an emai to gmail and yahoo.But the mail send into the spam.how can i avoid this problem. some one help me thanks in advance. Rabeesh email send into spam - El Forum - 03-18-2011 [eluser]osci[/eluser] maybe send it from another server? or from another email. Being treated as spam has nothing to do with the code to send emails apart from not sending all emails at once, thus limiting the number of recipients and send in intervals. It mostly has to do with something wrong with your mail server or email. Servers are reported as spam, dynamic ips are not considered reliable too - which makes me think of "are you sending from localhost btw?". email send into spam - El Forum - 03-18-2011 [eluser]InsiteFX[/eluser] Or something you included in the subject line or text body of the email! InsiteFX |