Skip to main content
Participant
May 22, 2008
Question

CF8 mail testing

  • May 22, 2008
  • 1 reply
  • 214 views
In my local development environment I want to test certain modules which send mail messages via CFMAIL to clients. I don't have a local mail server, in the real world it is done on the server
There should be no real sending of mail during these tests. If I don't enter a SMTP server in the Coldfusion Admin Mail page, the module craches "no SMTP server specified".
How do I set up the test environment?
    This topic has been closed for replies.

    1 reply

    Inspiring
    May 22, 2008
    Hi,

    (Assuming that you are using IIS as your webserver,)

    Follow the steps specified in this URL,
    http://www.vbulletin.com/forum/showthread.php?t=36060

    HTH