Jump to content

How to send Email in PHP5 using Apache Server


debajyoti123

Recommended Posts

  • 3 weeks later...
Hi, listen I am quite new to all this, but I configured my [color=blue]php.ini [/color] and got the mail () function working ok...

So if you want to try this, go ahead:

[mail function]
; For Win32 only.
SMTP = smtp.onobox.com  ([color=red]set here your SMTP[/color])
smtp_port = 25    ([color=red]This is the port I use, I guess nothing should be changed here[/color])

; For Win32 only.
sendmail_from = yourmail@yourmail.com ([color=red]here you place the "from" mail[/color]...)
; For Unix only.  You may supply arguments as well (default: "sendmail -t
-i").
;sendmail_path = "\xampp\sendmail\sendmail.exe -t" ([color=red]here the path where your sendmail.exe file is installed"[/color]. )
Link to comment
Share on other sites

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.