[solved] not reveiving emails |
[eluser]SPeed_FANat1c[/eluser]
Hi, I am sending the emails, but I cannot receive them in my test email box. I am using this code: Code: $this->load->library('email'); I tried using protocols sendmail and SMTP but then I get error that my server is not configured for these. And actually I see owners of this site send emails in similar way, they just wrote a function which makes more things (adds sent emails to database and so on), I tried this function as well, but no luck to see a single message in my test gmail box. Also I tried native mail() function, but also did not receive an email. Have no idea what to do now, where to check for some errors. In the page I don't see any errors Code: Your message has been successfully sent using the following protocol: mail can you help me?
[eluser]InsiteFX[/eluser]
Shouldn't this be: Code: [email protected] InsiteFX
[eluser]SPeed_FANat1c[/eluser]
does this Code: $this->email->from('[email protected]', 'Admin'); have to be real email address? even [email protected] does not exist.
[eluser]SPeed_FANat1c[/eluser]
found the mistake, I have created test box [email protected] instead of [email protected] but tried to send to [email protected] ![]() Thank you for your responses ![]() |
Welcome Guest, Not a member yet? Register Sign In |