sending mail on dreamhost |
[eluser]taurine[/eluser]
I have something like this: Code: $this->load->library('email'); And I receive the email dreamhost saying it was unable to send. Code: This is the mail system at host rogue.dreamhost.com. And this is what my debugger looks like Code: User-Agent: CodeIgniter Thanks.
[eluser]taurine[/eluser]
I just tried the manual way, and it worked. So either I'm using the CI's email function incorrectly, or there is an incompatibiality with it and dreamhost Code: //this works
[eluser]taurine[/eluser]
According to Dreamhost's website, it says if the FROM is not correct, it'll give the SENDER_QUOTA_REJECTION message, which was mentioned in the "unable to send" email I received. So perhaps that's what is wrong with the original code. But looking at the code, I don't see it.
[eluser]Maxim7[/eluser]
Hi had the same problem, you have to set a email which you have in your dreamhost, you can't add a random one.. I just set up a email from a domain that i have in dreamhost it works. more info here : http://wiki.dreamhost.com/SMTP_quota Quote:While trying to send mail, if you receive an error message which says "SENDER_QUOTA_REJECTION" that means that you have exceeded, or attempted to exceed your mail sending limit for that particular account. Also, if you attempt to send messages and do not use the correct FROM address the system will also give you this error and will not send your message. |
Welcome Guest, Not a member yet? Register Sign In |