【问题标题】:How to send email with webintent plugin - Monaca IDE如何使用 webintent 插件发送电子邮件 - Monaca IDE
【发布时间】:2015-03-21 09:18:36
【问题描述】:

请有人指导我通过 Monaca 的 webintent 插件发送电子邮件

【问题讨论】:

    标签: cordova phonegap-plugins onsen-ui monaca


    【解决方案1】:

    使用“template_a”模板发送电子邮件

    var username = 'John';
    monaca.cloud.Mailer.sendMail("userOidA", "template_a", {"name": username})
      .done
      (
        function()
        { /* What to do after sending an email is success. */ }
      );
    

    【讨论】:

    • 等等……!!!我应该改变我的问题,因为我认为 webintent 服务于目的 - 将让用户选择可以发送电子邮件的应用程序。
    【解决方案2】:

    在我的挫败感激发了我的好奇心之后,我有了一些function test () { window.plugins.webintent.startActivity ( { action: window.plugins.webintent.ACTION_VIEW, url: 'mailto:someone@example.com' }, function () {}, function () {alert ('Failed to open URL via Android Intent');} ); }

    【讨论】:

    • 你需要触发函数“test”。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-05-17
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多