I want to send mails via XAMPP/PHP. Now I just found that the sendmail.exe delivered with XAMPP only seems to be a fake sendmail. I'm wondering if it can act as a full MTA, so can I run it as a daemon on 0.0.0.0:25 and send mails through sendmail.exe or is it not capable of doing that?

I know how to send mails via PHP/sendmail to my GMAIL MTA, but I don't want to use GMAIL or others, I want to run my own mailserver, is that possible with the XAMPP packagem don't think so right?

link|improve this question

62% accept rate
I've just found an answer to my own question, which is explained in this link: glob.com.au/sendmail Obviously, it's not possible. – Ian Oct 28 '11 at 12:23
feedback

1 Answer

Ian, using a local MTA is a bad idea if you have a dynamic IP address. Mail would be rejected from most reliable email systems (gmail, hotmail etc).

If you still want to persist, I suggest using hmailserver.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.