EMAIL CLASS Cannot send email |
Hi,
I am stumped. I am trying to send an email with the email class with no success. I have tried both SMTP and SENDMAIL and I know I am doing SOMETHING wrong but I don't know what. My code is this: PHP Code: public function emailtest(){ Now, the email class doesn't work. However, the standard mail() call seems to work perfectly. Any idea what I am doing wrong here? Thanks in advance for your assistance.
09-06-2016, 03:48 AM
(This post was last modified: 09-06-2016, 03:52 AM by InsiteFX. Edit Reason: add test tool )
Your smtp needs to be setuo in your php.ini file, I use my comcast account for this.
As far as sendmail it also has to be setup. Here is an application for Windows that will test your mail settings for you. Test Mail Server Tool What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |