Hi I am using COdeigniter framework for my app , i which i am sending email to all our members once by using Email function , but on gmail email are goes in spam where yahoo and other are working well for me , is there any solution
Asked
Active
Viewed 43 times
0
-
Use domain email as from or to email address. if your domain is example.com then use email like info@example.com – Yadhu Babu Dec 27 '16 at 07:35
-
Switch to SMTP. There are many reasons not to use mail(); http://stackoverflow.com/questions/4565066/why-shouldnt-i-use-phps-mail-function – qwertzman Dec 27 '16 at 16:04
-
Thanks, now i am using Third party SMTP service – Vipul Gholap Apr 09 '17 at 19:19