Adding Mail with Exim
Generating an email message as a result of some user action from a web page is a common occurrence. It can be done very easily with PHP`s mail function. But in order for mail services to be available, a mail server must first be set up.
Under Windows a mail server is defined in the php.ini file using the SMTP option. For the mail functions to be available on a Linux or similar machine, PHP must have access to the Sendmail binary during compile time. If it doesn`t exist then the mail function will not be available.
However, Sendmail has a history of being flexible to the point of being difficult to install, configure and maintain. Several other mail servers have been written to act as "Sendmail replacements" and are easier to manage. One such replacement is Exim.
Script Info:
Adding Mail with Exim from Tips and Tutorials Scripts.http://codewalkers.com/tutorials/86/1.html
|
||||||||
|
« Back to Tips and Tutorials
