wildfire icon indicating copy to clipboard operation
wildfire copied to clipboard

feature_request(e-mail): e-mail notifications

Open Kristinita opened this issue 5 years ago • 6 comments

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:

Reply to comment

Records in Firebase console:

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 avatar Feb 26 '19 14:02 Kristinita

@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.

image

And there are your notifications!

image

momocow avatar Feb 27 '19 02:02 momocow

@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 avatar Feb 27 '19 03:02 Kristinita

@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.

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? image

momocow avatar Feb 27 '19 04:02 momocow

Maybe you can try the beta version (#37) and make a plugin to implement the expected behavior?

momocow avatar Feb 27 '19 04:02 momocow

@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.

Kristinita avatar Feb 27 '19 04:02 Kristinita

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!

momocow avatar Feb 27 '19 05:02 momocow