Skip to main content
Inspiring
December 7, 2012
Answered

CFMail

  • December 7, 2012
  • 1 reply
  • 660 views

I would like to use CFMail to send out email.

Does CFMail need SMTP mail server to install or ColdFusion has email server?

Yuor help and information is great appreciated,

Regards,

Iccsi,

    This topic has been closed for replies.
    Correct answer BKBK

    No, ColdFusion does not have a mail server. Just as you have to provide the database server yourself, so, too, the case with the mail server.

    What ColdFusion needs to know, for configuration purposes, are the domain name or IP of your mail server, the username and password. You have to enter this information on the Mail page in the ColdFusion Administrator. Once the mail server is configured, you may then use cfmail to send out mail.

    You may configure ColdFusion to use an existing mail server like Google mail. However, if you wish to have your own mail server, I would recommend hMailServer (for Windows). It is free and is well documented.

    1 reply

    BKBK
    Community Expert
    BKBKCommunity ExpertCorrect answer
    Community Expert
    December 9, 2012

    No, ColdFusion does not have a mail server. Just as you have to provide the database server yourself, so, too, the case with the mail server.

    What ColdFusion needs to know, for configuration purposes, are the domain name or IP of your mail server, the username and password. You have to enter this information on the Mail page in the ColdFusion Administrator. Once the mail server is configured, you may then use cfmail to send out mail.

    You may configure ColdFusion to use an existing mail server like Google mail. However, if you wish to have your own mail server, I would recommend hMailServer (for Windows). It is free and is well documented.

    iccsiAuthor
    Inspiring
    December 9, 2012

    Thanks a million for the information and helping,

    Regards,

    Iccsi,