cfmail authentication mod question...
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?
