It's already my second post in this forum and we have met just 10 minutes ago .
Now the question is.. can e-Mail Entry plugin works with Microsoft Exchange Server? I have read that is based on PHP mail fuction but I haven't sendmail or qmail.
Anyone has made a patch for this ? ( I'm dreaming I know )
thank you very much
Last edited by stalsy on Wed Aug 22, 2007 10:32 am, edited 1 time in total.
When you run PHP on a windows server, you can configure a SMTP send host through php.ini file. Then you can also send mails without sendmail.
BTW, now that you'Re writing about the windows server: Maybe the timezone conversion functionality only works on linux?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
When you run PHP on a windows server, you can configure a SMTP send host through php.ini file. Then you can also send mails without sendmail.
BTW, now that you'Re writing about the windows server: Maybe the timezone conversion functionality only works on linux?
Regards,
Garvin
thanks for reply... It's the first time for me working on a windows server machine (I've always worked with UNIX systems) so many things are unknown for me ...
I've resolved my Email problems. But I'm looking for a different timezone solution yet...