PHP mailer and IIS 7.0
am 16.03.2010 20:27:39 von King Coffee
Hi,
I'm not sure whether the hosting Windows IIS 7.0 server support PHP mail or
Unix sendmail or not.
I'm running a third party PHP app...
So, do IIS 7 support a compatible service?
If so, what can I do to enable one of these mailer features?
Thanks,
King
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP mailer and IIS 7.0
am 17.03.2010 10:45:27 von Richard Quadling
On 16 March 2010 19:27, King Coffee wrote:
> Hi,
>
> I'm not sure whether the hosting Windows IIS 7.0 server support PHP mail or
> Unix sendmail or not.
>
> I'm running a third party PHP app...
>
> So, do IIS 7 support a compatible service?
>
> If so, what can I do to enable one of these mailer features?
>
> Thanks,
> King
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
We have an Exchange Server with the SMTP connector active. I then use
RMail (previously known as html_mime_mail5 from
http://www.phpguru.org).
The SMTP connector acts as a hold and forwarder rather than a straight
passthru, which does mean you deliver mail to the LOCAL smtp "server"
and not the final recipient. So no knowing if delivery was successful
in real time.
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php