Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending e-mail in windows

Status
Not open for further replies.

sauser

Programmer
Joined
Aug 22, 2001
Messages
49
Location
US
Hey guys anyone knows if there is aporgram available that could send e-mails in windows like a send mail program in UNIX so i could just do an external command from php and send an e-mail.

Any ideas?
 
That looks good
anyone else?
 
sleipnir:
i know i can send mails in windows using PHP. but can i manage a mail server (like bad mails, bounces etc) in a windows server using PHP? i heard its possible in linux/unix...

Known is handfull, Unknown is worldfull
 
you would need a pop3 malserver to accept the emails and you can use the imap functions to access and manage the emails thru a web interface...have a look at the imap functions at
hth

Bastien

cat, the other other white meat
 
Hey guys so basically mail function works in windows?
 
yes. they do...

Known is handfull, Unknown is worldfull
 
Yes, mail works on Win32.

But you have to set up your SMTP settings in php.ini, and you have to have a mail server available. PHP does not send mail on its own, even when using something like PHPMailer.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top