J'ai utilisé ton package déjà ^^ j'ai pas regardé tout ce qu'il y avait dedans. Merci pour ton travail
Mailing
mrnemesys Please adhere to our community guidelines and use English outside of the Language pack discussions.
no problem Jordan, i try almost all the time.
Will it be updated for Beta 10? Thanks
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.
Extension can now be installed on beta 10.
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...
nodge definitely a feature that can be added as paid work, contact me if interested (link in original post)
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.
clarkwinkelmann Wow I apologize for such a noob error ! Thank you !
clarkwinkelmann I'm looking forward to the update for Beta 11.
Extension can now be installed on beta 11.
@clarkwinkelmann is it possible to send HTML in emails?
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.
- Edited
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 "starttls" - 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.