]> granicus.if.org Git - php/commit
Enable using an external mailer under windows.
authorShane Caraveo <shane@php.net>
Sun, 8 Jul 2001 22:30:11 +0000 (22:30 +0000)
committerShane Caraveo <shane@php.net>
Sun, 8 Jul 2001 22:30:11 +0000 (22:30 +0000)
commitfd2c27c0611bbbe57229914a68424dd07f894001
tree3696418aa766223424baebeb85c5d63c58b69b87
parent69d129bdfbf5387f31d55f446cfe0921e05fa139
Enable using an external mailer under windows.

1. this depends on the patch to fix tsrm I sent to dev
2. this provides backwards compatibility, as long as sendmail_path in the ini file is empty, the old internal mailer will be used, once sendmail_path is defined, the external sendmail program will be used.

I tested with indigomail from www.indigostar.com, which provides the same command line interface as sendmail no linux.
ext/standard/mail.c