lional Posted October 5, 2006 Share Posted October 5, 2006 Hi AllI need a bit of helpI wrote a script to send mails using the php mail function. This was working fine until the service providers changed their security policies.The say I must add smtp authentication to my script, is this possibleAppreciate any helpThanksLional Link to comment https://forums.phpfreaks.com/topic/23064-smtp-authentication/ Share on other sites More sharing options...
JaGeK Posted October 5, 2006 Share Posted October 5, 2006 [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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.