2006
11.02
11.02
I know this won’t apply to anyone, but I thought I would post it up anyway… I use a windows box at work for my dev work which has the usual WAMP setup (Windows, Apache 2, PHP 5 and MySQL 4.1). I spent a few minutes sorting out a SendMail stand-in for this setup today so that I could use the PHP mail function on my dev box.
I grabbed this useful little app which pushes mail straight through to an external SMTP relay (unlike PHP.ini, it can handle authentication). Took about 3 mins to setup and test – very please with the result.
You’re wrong. Your post *did*, in fact, apply to at least one person. Thanks! I’ll investigate the Windows Sendmail Standin.
This is actually really helpful for me too, so thanks. You came up on Google “wamp sendmail”.
Glad to know I was of help :)
Awesome!
[...] which makes deploying sites to a web server easier. To complete my local dev setup I setup fake sendmail which allows the mail() funcitons inside PHP 5 to be relayed to a remote mail server (very handy! [...]
For the 6 of us that actually develop on a Windows box, thank you from the bottom of our hearts.