Jump to content

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


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
pop3_username=you@yourdomain.com
pop3_password=mysecretpassword
force_sender=you@yourdomain.com
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.