Jump to content

Registered PHP Streams don't enable smtp, smtps, pop3, pop3s protocols


akramhostbreak

Recommended Posts

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.

  • 1 year later...

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
[email protected]
pop3_password=mysecretpassword
[email protected]

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.