Posts Tagged with wamp

 | Oct 31, 2011

How do you send emails using plain PHP mail on WAMP on Windows?

Normally, PHP mail works by using Sendmail which is installed on *nixes, so it doesn't work on a Windows box. However, normally we just rewrite our code to using a SMTP server, but what about when we really don't want to - or can't - modify third-party code?

Read the rest of this entry

Comments  | Last updated on Nov 11, 2011