![]() |
Email plugin throwing SMTP error code 554 - 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 plugin throwing SMTP error code 554 (/showthread.php?tid=5550) |
Email plugin throwing SMTP error code 554 - El Forum - 01-25-2008 [eluser]taewoo[/eluser] HI everyone. I'm a newbie to CI, so please bear with me. I managed to integrate FreakAuth into my CI installation (by the way, it's DOPE). I am testing the user registration part of it and I'm using SMTP server I setup on dreamhost. (I tested the account to make sure it can send and receive just fine via outlook) I do a debug message and I am getting this error: Code: 220 spunkymail-a11.g.dreamhost.com ESMTP What does this mean and how do I remedy the situation? PS: I made sure port 25 is open and working (via outlook) Email plugin throwing SMTP error code 554 - El Forum - 01-26-2008 [eluser]Ahmed Nuaman[/eluser] Does the recipient exist? What normally happens with most SMTP server is that they check who the email's going to and instead of sending it and having an email pop back saying "no-one's here", they do a check to see if this email exists. There is a way to turn this off, but the main error is that: data: 554 Error: no valid recipients Email plugin throwing SMTP error code 554 - El Forum - 01-26-2008 [eluser]taewoo[/eluser] [quote author="Ahmed Nuaman" date="1201365626"]Does the recipient exist? What normally happens with most SMTP server is that they check who the email's going to and instead of sending it and having an email pop back saying "no-one's here", they do a check to see if this email exists. [/quote] Yeap. It exists alright. Email plugin throwing SMTP error code 554 - El Forum - 05-29-2008 [eluser]Unknown[/eluser] I have a same error. My smtp server is postfix. who can send mail by stmp protocol? by the way,I can send mail by phpmailer with same configuration Email plugin throwing SMTP error code 554 - El Forum - 05-29-2008 [eluser]taewoo[/eluser] THis was mail protocol issue. If sending from the host itself, it was sendmail. If sending from external (i.e. from my laptop) it's smtp |