I am working with CodeIgniter
and trying to send email
using CodeIgniter's default email library
. I am facing two major issues
1. Mail are going to spam folder
2. Mail ID with domain name as gmail.com
is prevent from delivering
For the first question, I referenced threads Question 1,Question 2,Question 3
But none of the above helped me.
Can I use any custom header for this purpose?
If there is a proper solution other tha the above, Please help me..
And for the second question, is it a server related issue? because it delivering mails from someonee@hotmail.com
but not from someone@gmail.com
.
Any help will be appreciated.
Thanks in advance