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

[eluser]Sumon[/eluser]
@GuidoRossi: I set priority 5. but still result same
@cahva: do you get CI mail in your inbox for yahoo?
I am really sorry but still i am getting mail in my Spam folder for yahoo. Gmail and hotmail recipient get mail at their inbox. Once again here is my current code and output
Code:
$this->load->library('email');
$config['protocol'] = 'sendmail';
$config['mailpath'] = '/usr/sbin/sendmail';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;
$config['useragent'] = 'l33t Mailer 1.0';
$config['priority'] = 5;
$this->email->initialize($config);

$this->email->from('[email protected]', 'Shopno Dinga');
$this->email->to('[email protected]');
$this->email->subject('Email Test using CI from shopno-dinga');
$this->email->message('Testing the email class from shopno-dinga.');
$this->email->send();

echo $this->email->print_debugger();
output of echo $this->email->print_debugger();
Code:
Your message has been successfully sent using the following protocol: sendmail

User-Agent: CodeIgniter
Date: Fri, 24 Apr 2009 11:43:40 -0600
From: "Shopno Dinga"
Return-Path:
To: [email protected]
Subject: Email Test using CI from shopno-dinga
Reply-To: "[email protected]"
X-Sender: [email protected]
X-Mailer: l33t Mailer 1.0
X-Priority: 5 (Lowest)
Message-ID: <[email protected]>
Mime-Version: 1.0

Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Testing the email class from shopno-dinga.
and finally spam mail header:
Code:
From Shopno Dinga Fri Apr 24 10:43:40 2009
Return-Path: <[email protected]>
Authentication-Results: mta368.mail.re4.yahoo.com  from=shopno-dinga.com; domainkeys=pass (ok); from=shopno-dinga.com; dkim=neutral (no  sig)
Received: from 69.89.17.210  (HELO outbound-mail-10.bluehost.com) (69.89.17.210)
  by mta368.mail.re4.yahoo.com with SMTP; Fri, 24 Apr 2009 10:43:42 -0700
Received: (qmail 28680 invoked by uid 0); 24 Apr 2009 16:42:08 -0000
Received: from unknown (HELO box298.bluehost.com) (69.89.31.98)
  by outboundproxy1.bluehost.com with SMTP; 24 Apr 2009 16:42:08 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=shopno-dinga.com;
    h=Received:User-Agent:Date:From:To:Subject:Reply-To:X-Sender:X-Mailer:X-Priority:Message-ID:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User;
    b=m2FvqrADfGsQchCkBAl0Bftuq2LYFurlUqEFnZfbax3wof27kd/XRrF4tfHrRdWjpHdB8qqrkx9D8KmrSgBs4R0GXGP0OqT+gM809DIA+04k9OPomrR9TvvF52LbYyI3;
Received: from localhost ([127.0.0.1] helo=box298.bluehost.com)
    by box298.bluehost.com with esmtp (Exim 4.69)
    (envelope-from <[email protected]>)
    id 1LxPR6-0005ia-DD
    for [email protected]; Fri, 24 Apr 2009 11:43:40 -0600
User-Agent: CodeIgniter
Date: Fri, 24 Apr 2009 11:43:40 -0600
From:  "Shopno Dinga" <[email protected]>
To: [email protected]
Subject: Email Test using CI from shopno-dinga
Reply-To: "[email protected]" <[email protected]>
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Content-Length: 43
Please note that, right now my hosting server is bluehost.com


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