Jump to content

smtp authentication


lional

Recommended Posts

[quote author=lional link=topic=110572.msg447147#msg447147 date=1160034446]
The say I must add smtp authentication to my script, is this possible[/quote]

If you want to use the mail() function, you have to set sendmail_path pointing to a sendmail program that supports SMTP authentication (probably the one you are currently using does and you have only to configure it).

An other option is using the PHPMailer class which is able to send mails with SMTP authentication independent of PHP's mail function.

-> http://phpmailer.sourceforge.net/
Link to comment
https://forums.phpfreaks.com/topic/23064-smtp-authentication/#findComment-104274
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.