On 2011-08-08 09:28, Amira Othman wrote:
Hi allI am using postfix-2.3.3-2.3.el5_6 on centos 5.6.I have configured postfix to server 2 virtual domains and now I want to integrate postfix with php to send mails to users in database using php script.is that possible in postfix?
POSTFIX has standard interfaces for sending messages: sendmail(1) and SMTP.If your php script uses the standard interfaces to send mail, then POSTFIX will work with php, yes.
-- J.