Re: mail() and sendmail configuration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On 02/23/2004 01:18 PM, dpgirago@xxxxxxxxxxxxxx wrote:
This post is somewhat OT -- please forgive me. I've spent over 3 days trying to get sendmail configured and I've lost some patience and reasoning ability in the process.

I have a Linux (RH9), Apache 2.0.48, PHP 4.3.4, MySQL GUI that creates a PDF document on the server for web access. We would also like to have the document emailed to several folks within the company. So I essentially have to get the PDF attached to an email and routed to our SMTP server. I have webmin installed and have tried to use it to configure sendmail. When I execute /etc/rc.d/init.d/sendmail status --- Linux says that sendmail is running.

Several things:


- Are you sure that the sendmail path is configured in php.ini to the correct path of sendmail program? Usually it is /usr/sbin/sendmail .

- Sending messages does not require relaying on a SMTP server. A SMTP server is only needed for receiving or relaying messages. The sendmail program does not queue messages via SMTP, it just delivers them or drop in the local queue for later deliver. Only on Windows, SMTP relaying is done because usually there is no sendmail or compatible local mailer installed, although there is sendmail for Windows.

- I recommend trying this class for composing and sending messages. It supports adding attachments to the messages and usually it returns verbose error messages when it fails for some reason, saving you countless hours or blind error and trial attempts.

http://www.phpclasses.org/mimemessage


--


Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux