akramhostbreak Posted December 3, 2013 Share Posted December 3, 2013 Registered PHP Streams don't enable smtp, smtps, pop3, pop3s protocols on windows server 2008. how can i enable it. please help. some one told me to enable SMTP and POP extension in PHP. how to enable this extension.Please guide me to do this. Quote Link to comment https://forums.phpfreaks.com/topic/284487-registered-php-streams-dont-enable-smtp-smtps-pop3-pop3s-protocols/ Share on other sites More sharing options...
jeffreyappel Posted April 11, 2015 Share Posted April 11, 2015 There is a simple trick to get this to work though.Download sendmail.zip from http://glob.com.au/sendmail/ and install it.In the php.ini file edit [mail function] section as follows: [mail function] ; For Win32 only. ;SMTP = ; For Win32 only. ;sendmail_from = Open the sendmail.ini and modify the settings to: smtp_server=mail.yourdomain.com smtp_port=25 default_domain=yourdomain.com pop3_server=mail.yourdomain.com pop3_username=you@yourdomain.com pop3_password=mysecretpassword force_sender=you@yourdomain.com Quote Link to comment https://forums.phpfreaks.com/topic/284487-registered-php-streams-dont-enable-smtp-smtps-pop3-pop3s-protocols/#findComment-1508792 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.