We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38878
    • 255 Posts
    I'm having an issue running this on MOdxCloud (latest version 0.3.1 on Revo2.2.14). No emails being delivered, no errors, warnings no nothing. Is anyone successfully using this on cloud? I am sending emails with Formit on other cloud sites. Just odd.

    My call in my snippet looks like this:

        // mail confirmation
        $to = $email;
        $subject = 'My Subject';
        $modx->getService('mail', 'mail.modSwiftMailer');
        $modx->mail->address('to', $to, 'Recipient');
    
        $modx->mail->address('sender', $from);
        $modx->mail->address('from', $from, $fromName);
        $modx->mail->subject($subject);
        $modx->mail->body($message);
        $modx->mail->address('reply-to',$from,'Sender');
        $modx->mail->send();

      • 40748
      • 55 Posts
      How to invoke Swift_SmtpTransport option in modswiftmailer to send mails via SMTP?

      Hello everyone!

      I use this manual (swiftmailer extra) to send form data from website to email:
      http://rtfm.modx.com/extras/revo/modswiftmailer

      $modx->getService('mail', 'mail.modSwiftMailer');
       
      $modx->mail->address('to', '[email protected]', 'Recipient');
      $modx->mail->address('sender', '[email protected]');
      $modx->mail->subject('A simple e-mail');
      $modx->mail->body('<h1>Simple e-mail</h1><p>With a basic message</p>');
       
      $modx->mail->send();
      


      What is the way to use SMTP options?

      Thank you! [ed. note: mixa_ru last edited this post 8 years, 8 months ago.]
        Cheap and ready landing pages: http://real-portal.biz
        Start selling fast, good for dropshipping