I've got a SMTP mail server on my computer that requires server authentication and I want to use it for sending emails via PHP but I can't see anywhere in php.ini to specify a username and password?
Can someone point me in the right direction?
Printable View
I've got a SMTP mail server on my computer that requires server authentication and I want to use it for sending emails via PHP but I can't see anywhere in php.ini to specify a username and password?
Can someone point me in the right direction?
you'll need to use a php mailing class, like phpmailer.
Thanks kows, I'll give it a shot.