[PHP] How to enable mail function with postfix supported.

2010-04-20 Thread ttplayer
Hello,
 The PHP mail function works well with sendmail installed, however, when I 
install the postfix instead of sendmail , the PHP mail function can't work 
normally. Why? How can I do with the problem? Should I change the group postfix 
or apache with the command chgrp?
 Thank you.

[PHP] Does PHP support multi-thread ?

2010-04-18 Thread ttplayer
Hello, everyone, please answer me. Thank you.
 Does PHP support multi-thread ?

[PHP] Just a test.

2010-04-04 Thread ttplayer
Hi,everyone. Have a good day.
 This is just a test if my email address has been added to the mailing list.

[PHP] About the php mail function and imap_mail function

2010-04-04 Thread ttplayer
Hi, everyone!
 I have a problem about the php mail function and imap_mail function.
 When I use the mail or imap_mail function to send a email, the php script 
sends the email through the local mail sever with sendmail or another MTA 
supported. However, I have a gmail account. I just want the php script to send 
emails via my gmail account. How can I do it?
 Thank you.