Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
293 stars 118 forks source link

mail notification #175

Closed camel028 closed 4 years ago

camel028 commented 4 years ago

Hi,

I am wondering if mentioning an user and sending the comment will notify user via mail?

Thanks.

jessenieminen commented 4 years ago

Hi @camel028,

Sending email requires you to either implement and integrate with your own email server, or then use existing APIs such as AWS SES.

For security purposes, these integrations need to happen in the backend, and that is unfortunately not in the scope of this library.