Skip to main content
Participating Frequently
May 22, 2006
Question

using cfmail

  • May 22, 2006
  • 1 reply
  • 324 views
I've used cfmail in the past and not sure if the admin smtp was blanked out or what but trying
to use it again and get error of No SMTP Server Specified for CFMAIL. Any way to bypass that
and just send an email during an insert data in db?
    This topic has been closed for replies.

    1 reply

    Inspiring
    May 22, 2006
    You can indicate a default SMTP server in the Mail page of the CF Administrator. If you do not do this then you must do so in the server="" attribute of CFMAIL. If you do both, then the tag attribute will override that of the CFAdmin
    Inspiring
    May 22, 2006
    yes he is right..You better define a SMTP IP address on the cf admin page.tc