![]() |
Send email with sendmail or smtp? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Send email with sendmail or smtp? (/showthread.php?tid=58088) |
Send email with sendmail or smtp? - El Forum - 05-13-2013 [eluser]joe_h[/eluser] hi boys, I have a big problem with send mail from codeigniter, my mailserver smtp is over ssl port 445, I test various solutions but I don´t solve this problem. Here the code: Code: // Email configuration Here the errors: Code: A PHP Error was encountered Other information of errors: hello: The following SMTP error was encountered: Unable to send data: AUTH LOGIN Failed to send AUTH LOGIN command. Error: Unable to send data: MAIL FROM: from: The following SMTP error was encountered: Unable to send data: RCPT TO: to: The following SMTP error was encountered: Unable to send data: DATA Sorry by my English. Thank you. |