Problem sending emails with smtp |
[eluser]kbkb[/eluser]
Having Problems sending an email.. This is what in my constructor: Code: $config['protocol']='smtp'; This is the way i try to send the email: Code: $this->email->from("{absenderemail}", "{absendername}"); And this is the print_debugger-message: Code: {myprovider}ESMTP ![]()
[eluser]sophistry[/eluser]
you need double-quotes around your \r\n "\r\n" EDIT: i just noticed that the SMTP program also told you that: http://pobox.com/~djb/docs/smtplf.html
[eluser]kbkb[/eluser]
Cool Thank you very much. I copied it from an other forumpost here. Wonder why it works there.. Often its are the small nasty thinks what causes problems ![]() |
Welcome Guest, Not a member yet? Register Sign In |