logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: ServerAdmin directive question
Author
Tonyz



Joined: 20 Nov 2006
Posts: 13

PostPosted: Thu 23 Nov '06 5:15    Post subject: ServerAdmin directive question Reply with quote

Folks,

How does Apache send out an email? Does it have SMTP built-in or does it rely on there being an email client on the host to send emails? If so, then I'm not sure how to deal with that as I use Webmail on a remote client for all my email needs.

Regards,


Tony
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Thu 23 Nov '06 10:51    Post subject: Reply with quote

Apache has no SMTP. You have to install another program. If you want to send a mail with PHP you can use a local SMTP oder the one from your provider (if he allow that). Can be find in the PHP.ini

[mail function]
SMTP = localhost
; For Win32 only.
sendmail_from = you@domain.tld
Back to top


Reply to topic   Topic: ServerAdmin directive question View previous topic :: View next topic
Post new topic   Forum Index -> Apache