J'ai utilisé ton package déjà ^^ j'ai pas regardé tout ce qu'il y avait dedans. Merci pour ton travail 🙂

    2 months later

    mekici I have not been made aware of any issue on beta 10. But I have not yet tested it on beta 10 myself either.

    I don't see any breaking change in Flarum that would affect this extension. Are you encountering any issue ?

      clarkwinkelmann I suppose it has to do with Beta 10 not tagged in composer.json file in the extension, and so that composer require command you provided, which doesn't work in such form.

        Veriael oh right I forgot about this.

        I can't promise when I'll get to it, but I'll bump the requirements if it's indeed compatible out of the box.

        5 days later
        7 days later

        Hey Clark! Thanks for the effort! Mailing is working flawlessly.

        Question - would it be possible to extend it to send mails only to a special permissions group?

        I've got 3 groups and dont want so spam everyone...

        🥳

          17 days later

          clarkwinkelmann Hello Clark, I've encountered this strange message when I tried to install this extension on my beta 10 :
          Your requirements could not be resolved to an installable set of packages.
          Problem 1
          - Installation request for kilowhat/flarum-ext-mailing ^0.1.2 -> satisfiable by kilowhat/flarum-ext-mailing[0.1.2].
          - kilowhat/flarum-ext-mailing 0.1.2 requires flarum/core >=0.1.0-beta.8 <0.1.0-beta.11 -> satisfiable by flarum/core[v0.1.0-beta.10, v0.1.0-beta.8, v0.1.0-beta.8.1, v0.1.0-beta.8.2, v0.1.0-beta.9] but these conflict with your requirements or minimum-stability.
          Installation failed, deleting ./composer.json.

          Did you understand what happens ?

            brian85 run the composer require command in your Flarum directory. You are most likely at the root of your user folder right now.

              a month later
              a month later

              hrvoje_hr I think yes. The provided text is sent as raw content via the mail driver. I have never actually tried myself, I very rarely used the extension myself.

              Natively it isn't, already tried and it delivers raw HTML.

              2 months later

              I'm using Alibaba Cloud Server PHP 73. After adding Outlook email, clicking Save Settings will give an error, and I will get an error even after trying to send an email. Here are the logs.

              [2020-02-16 14:10:33] production.ERROR: Swift_TransportException: Connection could not be established with host smtp.office365.com :stream_socket_client(): unable to connect to starttls://smtp.office365.com:587 (Unable to find the socket transport &quot;starttls&quot; - did you forget to enable it when you configured PHP?) in /www/wwwroot/bbs.itnt.xyz/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:269

                Littlegolden do you also get that error when Flarum tries to send its emails ? (like the registration email or new post email)

                I can't see how it would be specific to this extension. Looks like something wrong with either the SMTP credentials, or a missing PHP extension or certificate on your system.