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.
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...
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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.