“加密”和“加密算法”不适用于Coldfusion 11

时间:2014-04-17 04:57:36

标签: encryption coldfusion cfmail coldfusion-11

在Coldfusion 11中为cfmail添加了两个新属性,名为" encrypt"和#34; encryptionalgorithm"。但他们没有工作。当我发送普通电子邮件时,它在我的本地系统上成功,但加密失败。

 <cfmail    server="smtp.gmail.com"  
            username="deepakkumarpadhy631@gmail.com"
            password="*****" port="465" usessl="true"
            from="deepakkumarpadhy631@gmail.com" 
            to="dkumar431@gmail.com"
            subject="Test Email" 
            type="text/html"
            encrypt = "true" 
            encryptionalgorithm = "Standard"  >
        #emailTxt#
</cfmail>

任何人都面临同样的问题?

0 个答案:

没有答案