I am trying to send email using PHPmailer but when I change the SMTP server in php.ini, it is not updating in the phpinfo - it's still showing localhost. I'm assuming that this why I'm getting the error SMTP Error: Could not connect to SMTP host.
Can you help me find the error and possible reasons why I can't change the SMTP server, even though I can change the smtp_port
I've already tried doing this with mail servers and I also had a lot of trouble installing pear so I just want to make this work. I've tried smtp.mail.yahoo.com, smtp.gmail.com, and our own mailserver, and it's still showing as localhost. I've also restarted each time I made the change
It's my 3rd day diagnosing the problem for sending a simple email (which I found much easier in asp.net). If you need any further information, please just let me know. Thank you in advance.