Welcome Guest, Not a member yet? Register   Sign In
why my emails go to junk mail :(
#5

[eluser]Sumon[/eluser]
hi,
i use CI mail library to sending mail but it goes to spam for yahoo recipient. here is the code i use to send mail.

Code:
$this->load->library('email');

$config['protocol'] = 'sendmail';
$config['mailpath'] = '/usr/sbin/sendmail';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;

$this->email->initialize($config);

$this->email->from('[email protected]', 'My Company');
$this->email->to('[email protected]');
$this->email->subject('Email Test using CI');
$this->email->message('Testing the email class.');

$this->email->send();

echo $this->email->print_debugger();
please note that, i have created [email protected] from my cpanel. moreover, i register my domain at godaddy.com and my hosting company is internethostserver.com. in addition, gmail and hotmail users get message at inbox but yahoo user in spam folder.
any help or idea is highly appreciated.


Messages In This Thread
why my emails go to junk mail :( - by El Forum - 04-13-2009, 02:45 AM
why my emails go to junk mail :( - by El Forum - 04-13-2009, 04:19 AM
why my emails go to junk mail :( - by El Forum - 04-13-2009, 06:50 AM
why my emails go to junk mail :( - by El Forum - 04-13-2009, 08:31 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 01:22 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 01:55 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 02:20 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 02:27 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 03:42 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 07:12 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 07:18 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 09:03 AM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 12:22 PM
why my emails go to junk mail :( - by El Forum - 04-23-2009, 11:04 PM
why my emails go to junk mail :( - by El Forum - 04-24-2009, 07:09 AM
why my emails go to junk mail :( - by El Forum - 04-24-2009, 08:47 AM
why my emails go to junk mail :( - by El Forum - 04-24-2009, 11:51 AM
why my emails go to junk mail :( - by El Forum - 04-27-2009, 09:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB