Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfmail authentication mod question...

Contributor ,
Oct 11, 2012 Oct 11, 2012

ok . I have a cf site for a long time... Seems like in the old days you could use cfmail tag with just a few params like...

<cfmail to="xxx"

from="xx"

subject="xxx"

server="xxx">

test

</cfmail>

but when working on a new site mod - NOW it seems that I need more authentication - with user and Pass like:

server="xxx" username="xxx" password="xxx">

More info: in reality the MX mail is NOW on a different server from the CF site - so maybe this could cause the needed change?

Q: Is this true?

714
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Oct 12, 2012 Oct 12, 2012

This really depends on your email server.  Are they using the same email software on its new server as they did when it was on the same box as ColdFusion?  Also, if you put the servername, username and password information into CF Administrator, you shouldn't need to include it in your <cfmail> tags.

-Carl V.

Translate
Guide ,
Oct 12, 2012 Oct 12, 2012

This really depends on your email server.  Are they using the same email software on its new server as they did when it was on the same box as ColdFusion?  Also, if you put the servername, username and password information into CF Administrator, you shouldn't need to include it in your <cfmail> tags.

-Carl V.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 14, 2012 Oct 14, 2012
LATEST

Thanks Carl,

I checked with the email server people (new server 2) and they sais it was needed for security so all is good - thanks again.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources