how do i enable sendmail on windows

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

Post Reply
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

how do i enable sendmail on windows

Post by harsha »

can any one tell me how to install and run sendmail on windows systems
so that i can send mail using php scripts
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

uh, must it be sendmail? cygwin (i.e.) has exim and ssmtp on board and there are plenty of (free) native win32-smtp servers
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Search Google like this:-
  • Free SMTP server software
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Or just ask your ISP what your SMTP server's name or IP is and use that value in your php.ini.

Mac
Post Reply