Posted by J.O. Aho on 11/08/07 09:01
David Griffiths wrote:
> Hi All
>
> I am running apache 2.2.6-1.fc7.
>
> I am now writing a site that will require the sending of forms by php
> mail().
> What is the minimum I need to configure on my apache development server
> to allow me to do this. I do not need a full corporate mail system, just
> allowing the website forms to use php mail() on the testing server, I
> know the host server will allow the use of mail().
The easiest is just to install sendmail or postfix, with the default
settings both will be able to send mail and mail sent to a user on the
local machine will be stored in the local inbox.
--
//Aho
[Back to original message]
|