wildfire
wildfire copied to clipboard
feature_request(e-mail): e-mail notifications
1. Summary
It would be nice, if Wildfire will support automatically e-mail notifications.
- Admins will receive notifications if post any comment;
- Another user — replies to his comments and mentions to him.
I don't find, how I can do it in Wildfire documentation.
2. Argumentation
Site owners must quickly get comments, that:
- reply to users
- ban spammers
Another users must automatically get reminders, if reply or mention; they don't must manually update page pending comment.
It a critical feature for comments services as Wildfire.
3. Steps to reproduce
I setup Firebase database and add Wildfire to my site → I post comment → I reply to comment from different account:
Records in Firebase console:
4. Expected behavior
Successful e-mail notification.
5. Actual behavior
No e-mail notification.
I try:
- GMail
- Yahoo Mail
- Tutanota
I check Spam
folder.
Thanks.
@Kristinita There is not yet email support since the logic purely exists in the front-end and firebase is only for storage.
To view those notification, you can find those notifications in the notification center on your site as the following image.
And there are your notifications!
@momocow , status: question
Thanks, I know about it. Is any method, that user automatically find out that a new notification has appeared in notification center?
Thanks.
@Kristinita Apparently, there's no such way for an user to find out that he has new notifications unless he checks it out in the notification center himself. (at least in the master version)
What do you expect that this behavior should be?
IMO, I've noticed that when someone successfully posts his/her comment, a message box is shown up as the following image.
Maybe the message box can also be applied to inform a new notification. However, since the message box will dismiss itself after several seconds, the information still can be ignored by the user.
How about the FaceBook-like badge counter?
Maybe you can try the beta version (#37) and make a plugin to implement the expected behavior?
@momocow , type: replies
How about the FaceBook-like badge counter?
For this site visitors must visit web-page again. They don't have to do this solely that manually check notifications.
and make a plugin to implement the expected behavior?
I think, automatical notifications — critical feature. This should be the default, not by plugin.
Thanks.
For this site visitors must visit web-page again. They don't have to do this solely that manually check notifications.
Agree, however the function requires a back-end service support, which is currently unavailable. See https://stackoverflow.com/questions/37642845/sending-an-email-from-the-browser-using-js.
As a workaround, therefore I suggest using the plugin to implement this until official support.
I think, automatical notifications — critical feature. This should be the default, not by plugin.
I'm not an authority for this and I respect @cheng-kang's plan for the project.
You can still keep this feature request, as I'm also looking forward to get email notification supported!