![]() |
Unable to send email at Windows Server - 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: Unable to send email at Windows Server (/showthread.php?tid=23317) |
Unable to send email at Windows Server - El Forum - 10-06-2009 [eluser]eshban[/eluser] Hi, I have a windows server and my website is in codeigniter. Everything is working fine except email. I have tried the following protocols 1) MAIL 2) SMTP 1) When I use MAIL Protocol, i got the following error. PS: In the below error messages, I have replaced the original domain name with 'abc' Code: An Error Was Encountered 2) When I use SMTP, I got the following error. Code: An Error Was Encountered Kindly help me in this regard because I am unable to solve this issue. Best Regards, Eshban Unable to send email at Windows Server - El Forum - 10-06-2009 [eluser]BrianDHall[/eluser] I suggest a googling for "setup php mail windows" - specific to your version of windows and it depends on what server software you are using. Part of this process is configuring various directives in php.ini. Unable to send email at Windows Server - El Forum - 10-06-2009 [eluser]eshban[/eluser] not anyone got a chance to send mail at windows server??? Unable to send email at Windows Server - El Forum - 10-07-2009 [eluser]InsiteFX[/eluser] Post your Windows Server IIS. Then do a google search on it. SMTP is setup for windows in your php.ini file. Enjoy InsiteFX |