PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
harsha
Forum Contributor
Posts: 103 Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India
Post
by harsha » Tue Sep 10, 2002 10:25 pm
can any one tell me how to install and run sendmail on windows systems
so that i can send mail using php scripts
volka
DevNet Evangelist
Posts: 8391 Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger
Post
by volka » Wed Sep 11, 2002 12:51 am
uh, must it be sendmail?
cygwin (i.e.) has
exim and ssmtp on board and there are plenty of (free) native win32-smtp servers
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Wed Sep 11, 2002 12:58 am
Search Google like this:-
Free SMTP server software
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Wed Sep 11, 2002 2:16 am
Or just ask your ISP what your SMTP server's name or IP is and use that value in your php.ini.
Mac