![]() |
Problem with sending email - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Problem with sending email (/showthread.php?tid=28060) |
Problem with sending email - El Forum - 02-28-2010 [eluser]shinokada[/eluser] When I developed locally, I did not have any problem sending email. However when I uploaded to my live site, it does not send email with email class. I tried PHP mail function. But it send a email to sender to confirm, but not to receiver. Can anyone tell me how to solve this problem? Thanks in advance. Problem with sending email - El Forum - 02-28-2010 [eluser]Madmartigan1[/eluser] Post your code ;-) Problem with sending email - El Forum - 02-28-2010 [eluser]haydenk[/eluser] Sounds like your web host may not allow mail to go out without going through the SMTP server. A lot of hosts disable this to prevent spammer abuse. |