Searched google with the string "sendmail for windows".

http://www.indigostar.com/sendmail.htm

It's a shareware version of sendmail though, not sure how long it will
last.  I'm thinking about using Blat (freeware) which is just a command
line mailer and just calling it from exec() or system() etc.  Either
that or actually using sendmail through cygwin or something.

Ross


Eric Pankoke wrote:
> 
> Just curious, where did you find the win32 version of sendmail?
> 
> At 11:49 PM 10/24/01 +0100, Ross Fleming wrote:
> >Never mind people, I found a win32 version of sendmail and it works now.
> >
> >Ta anyway
> >
> >Ross
> >
> >-----Original Message-----
> >From: Ross Fleming [mailto:[EMAIL PROTECTED]]
> >Sent: 24 October 2001 23:29
> >To: [EMAIL PROTECTED]
> >Subject: [PHP-WIN] Sendmail...
> >
> >
> >Hello, I'm probably just being a bit thick, but how exactly do I get the
> >mail function to work?..
> >
> >Do I need a sendmail replacement? (I downloaded blat to see if that would
> >help but can't see that it does.)
> >
> >------
> >php.ini
> >
> >
> >[mail function]
> >; For Win32 only.
> >SMTP= mail.totalise.co.uk ; for Win32 only
> >
> >; For Win32 only.
> >sendmail_from= [EMAIL PROTECTED] ; for Win32 only
> >
> >----------
> >
> >Do I need to have this in?..
> >
> >; For Unix only.  You may supply arguments as well (default:
> >'sendmail -t -i').
> >;sendmail_path=
> >
> >I tried uncommenting the sendmail_path and pointed to c:\windows\blat.exe
> >
> >Called it from within a php page
> >mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3");
> >
> >Got:
> >Warning: Server Error in C:\Program Files\Apache
> >Group\Apache\htdocs/email.php on line 11
> >
> >whether I uncommented the sendmail_path line or not.
> >
> >Any help appreciated.  I'm running Windows 98.
> >
> >Thanks
> >
> >Ross
> >
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to