久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

在 ColdFusion 中以編程方式驗證郵件服務器連接

Verify mail server connection programmatically in ColdFusion(在 ColdFusion 中以編程方式驗證郵件服務器連接)
本文介紹了在 ColdFusion 中以編程方式驗證郵件服務器連接的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我正在使用自定義 SMTP 服務器,并希望在用戶輸入自己的服務器憑據時驗證連接.

I'm using custom SMTP servers and would like to verify the connection when user enters his own server credentials.

與 Adob??e CF 和 Railo 在添加郵件服務器時允許執行的檢查類型完全相同.

Exactly the same type of check as Adobe CF and Railo allow to do when adding mail server.

當然,這并不能保證 delivery 會正常工作,但至少要檢查輸入的服務器/用戶名/密碼是否有效.

Sure, this does not guarantee that delivery will be working, but at least to check that entered server/username/pass are valid.

我可以看到一種棘手的方法:嘗試使用 cfmail 發送電子郵件并檢查郵件日志.但我相信它可以做得更優雅.

I can see one tricky way: try to send the email with cfmail and check the mail log. But I believe that it can be done with more elegant.

標準 ACF/Railo 發行版中是否有任何 Java 庫可以幫助我?我將如何使用它們?非常感謝示例.

Is there any Java library available with standard ACF/Railo distro to help me? How would I use them? Examples are highly appreciated.

提前致謝.

請不要與存在的 Java 標記相混淆.CFML 中需要解決方案.雖然它可以使用一些 Java 庫(如果適用).

Please don't be confused with Java tag present. Solution needed in CFML. Though it can use some Java libraries, if applicable.

推薦答案

我認為 sfussenegger 的想法是對的.但是不是使用自定義身份驗證器,而是通過 connect(..) 進行身份驗證呢?只用gmail測試過.但它似乎工作.

I think sfussenegger has the right idea. But instead of using a custom authenticator, what about authenticating via connect(..)? Only tested with gmail. But it seems to work.

我用 CF9 &OBD成功.不幸的是,我在 Railo 上沒有運氣……真可惜.

I tested this with CF9 & OBD successfully. Unfortunately, I had no luck with Railo ... bummer.

已更新以添加缺少的mail.smtp.auth"屬性.它現在應該也可以與 Railo 一起正常工作了.

Updated to add the missing "mail.smtp.auth" property. It should now work correctly with Railo as well.

    //Java Version
    int port = 587;
    String host = "smtp.gmail.com";
    String user = "username@gmail.com";
    String pwd = "email password";

    try {
        Properties props = new Properties();
        // required for gmail 
        props.put("mail.smtp.starttls.enable","true");
        props.put("mail.smtp.auth", "true");
        // or use getDefaultInstance instance if desired...
        Session session = Session.getInstance(props, null);
        Transport transport = session.getTransport("smtp");
        transport.connect(host, port, user, pwd);
        transport.close();
        System.out.println("success");
     } 
     catch(AuthenticationFailedException e) {
           System.out.println("AuthenticationFailedException - for authentication failures");
           e.printStackTrace();
     }
     catch(MessagingException e) {
           System.out.println("for other failures");
           e.printStackTrace();
     }



<cfscript>
    //CF Version
    port = 587;
    host = "smtp.gmail.com";
    user = "username@gmail.com";
    pwd = "email password";

    try {
        props = createObject("java", "java.util.Properties").init();
        props.put("mail.smtp.starttls.enable", "true");
        props.put("mail.smtp.auth", "true");
        // or use getDefaultInstance instance if desired...
        mailSession = createObject("java", "javax.mail.Session").getInstance(props, javacast("null", ""));
        transport = mailSession.getTransport("smtp");
        transport.connect(host, port, user, pwd);
        transport.close();
        WriteOutput("success");
     } 
     //for authentication failures
     catch(javax.mail.AuthenticationFailedException e) {
           WriteOutput("Error: "& e.type &" ** "& e.message);
     }
     // for other failures
     catch(javax.mail.MessagingException e) {
           WriteOutput("Error: "& e.type &" ** "& e.message);
     }
</cfscript>

這篇關于在 ColdFusion 中以編程方式驗證郵件服務器連接的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How to wrap text around components in a JTextPane?(如何在 JTextPane 中的組件周圍環繞文本?)
MyBatis, how to get the auto generated key of an insert? [MySql](MyBatis,如何獲取插入的自動生成密鑰?[MySql])
Inserting to Oracle Nested Table in Java(在 Java 中插入 Oracle 嵌套表)
Java: How to insert CLOB into oracle database(Java:如何將 CLOB 插入 oracle 數據庫)
Why does Spring-data-jdbc not save my Car object?(為什么 Spring-data-jdbc 不保存我的 Car 對象?)
Use threading to process file chunk by chunk(使用線程逐塊處理文件)
主站蜘蛛池模板: 精品国产乱码一区二区三区 | 国产精品久久一区 | 日韩av大片免费看 | 欧美日韩久久 | 精品美女久久久 | 超碰人人人 | 亚洲一区二区三区视频 | 亚洲午夜精品视频 | 老司机久久 | av大片| 97人人澡人人爽91综合色 | 免费在线视频精品 | 特级黄一级播放 | 欧美精品在线一区 | 国产精品毛片一区二区在线看 | 激情小视频 | 久久av一区二区三区 | av黄色免费| 久久aⅴ乱码一区二区三区 亚洲欧美综合精品另类天天更新 | 色婷婷综合久久久中文字幕 | 在线观看免费国产 | 日韩中文字幕免费在线观看 | 91小视频| 日日综合 | 免费一区二区三区 | 色婷婷av久久久久久久 | 国产精品无码久久久久 | 欧美成人免费在线视频 | 日韩av啪啪网站大全免费观看 | 久久国产精品99久久久久久丝袜 | 91视视频在线观看入口直接观看 | 四虎永久免费地址 | 精品欧美乱码久久久久久1区2区 | 久久久久精 | 一区二区三区国产好 | 中文字幕第49页 | 中文字幕在线观看日韩 | 久久91av | 日韩免费 | 日本电影网站 | 日韩三级一区 |