FriendsOfFlarum Subscribed
Leanna The errors are telling you that your SMTP (outgoing mail) connection was not properly authenticated by your email server.
The two most common causes of this error are:
- Your host requires checking on all outbound email. (Checking email first is one way your email provider manages the security of your email account.)
- Your installation of Flarum contains erroneous mail details.
Are you able to receive emails on signing signing up to your forum?
Hi, sorry for bugging you, but can someone please describe exactly to which events are these subscriptions? Thanks in advance!
The localisation file of this extension mentions two options I can't find anywhere:
defaults_label: Set "{setting}" enabled by default
forced_label: Force enable "{setting}" for everyone
Is this a planned feature or just hidden well enough?
Pollux possibly a planned feature this is continued work and I mainly just worked on completing the implementation of the initial features/events as well as the update to Beta 9.
Leanna you seem to be the only one having this issue and @katos previously replied to it. Unless someone else reports something similar, even I myself cannot reproduce your issue.
- Edited
Greetings. Well done on this extension! I'm seeing a little issue with the subject line content. Rather than some generic subject, I'm seeing what appears to be metadata in the subject line.
Is this perhaps by design? Seeing this on beta.9 and beta.10 - thoughts?
Example ( --- = redacted by me):
Date: Sun, 22 Sep 2019 16:43:28 +0000
Subject: {"username":"Mike","email":"----@---.com","password":"$2y$10$TGOvI9cxgsXB---","joined_at":"2019-09-22
16:43:28","id":12}
From: FLUM --- --- <noreply@---.---.com>
To: arborist <---@---.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Environment:
Flarum 0.1.0-beta.10
PHP 7.2.21
MySQL 10.4.7-MariaDB
Flarum core 0.1.0-beta.10
PHP version: 7.2.21
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, intl, json, mbstring, session, standard, mysqlnd, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, mysqli, SimpleXML, soap, sockets, sodium, exif, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, apcu
+----------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------+----------------+--------+
| ID | Version | Commit |
+----------------------+----------------+--------+
| flarum-lang-english | v0.1.0-beta.10 | |
| flarum-approval | v0.1.0-beta.8 | |
| flarum-bbcode | v0.1.0-beta.8 | |
| flarum-emoji | v0.1.0-beta.10 | |
| flagrow-sitemap | 0.2.0 | |
| flagrow-terms | 0.3.1 | |
| flarum-flags | v0.1.0-beta.9 | |
| fof-ban-ips | 0.1.0 | |
| fof-ignore-users | 0.1.4 | |
| fof-subscribed | 0.1.0 | |
| fof-user-directory | 0.3.3 | |
| flarum-likes | v0.1.0-beta.9 | |
| flarum-lock | v0.1.0-beta.9 | |
| flarum-markdown | v0.1.0-beta.10 | |
| flarum-mentions | v0.1.0-beta.10 | |
| v17development-seo | 1.0.2 | |
| flarum-statistics | v0.1.0-beta.9 | |
| flarum-sticky | v0.1.0-beta.9 | |
| flarum-subscriptions | v0.1.0-beta.9 | |
| flarum-suspend | v0.1.0-beta.9 | |
| flarum-tags | v0.1.0-beta.10 | |
| flagrow-upload | 0.7.1 | |
+----------------------+----------------+--------+
datitisev whoops
0.1.1
This security related bug fix should stop user information (such as passwords and email addresses) from being added to the email subject's meta info which was reported here https://discuss.flarum.org/d/20917-friendsofflarum-subscribed/24.
For those of you that have this extension installed, it is advised that you update it ASAP.
Updating
composer require fof/subscribed
Greetings. On your next development pass, please consider updating the subject line for new user subscriptions to include the forum name. This may help those who maintain multiple-forums quickly know where the new user request came from. Understood, the forum name is included in the body, but having it in the subject too would be icing on the cake.
Currently: [New User] CrashTestDummy
Proposed: [Oakhurst at Kingwood] New User CrashTestDummy
Thank you for everything that you do.
Respectfully submitted, Eric
ctx does the following subject line work?
Proposed: [Forum Name] New User Registration
This should keep things generic (something I think WordPress does?) and simple, leaving the body of the email to include additional useful information and links.
We can also try for:
- [Forum Name] New User - ExampleUsername
- [Forum Name] New User Registration - ExampleUsername
- [Forum Name] New User Just Registered - ExampleUsername
Others that use this extension as well, please let me hear your thoughts! I am considering adding more translations in the future, especially for the email templates so that you can freely edit with fof/linguist
(if at all possible ).
Hello, it could be more usefull to be noticed that a moderator or an admin has modified your post for example.