yii2mod / yii2-comments

Comments module for Yii2
MIT License
159 stars 64 forks source link

Comment Mailing #18

Closed jsobers1331 closed 8 years ago

jsobers1331 commented 8 years ago

Hi ,

Just wondering if you can add the ability to send emails on comment addition or replies to any parent comment within your module.

Sounds like a useful enhancement.

Giving configuration option to disable to enable email to parent comment for replies or comments in general.

what do you think?

ihorchepurnyi commented 8 years ago

Hi, it's interesting. How it will look on the frontend and do we need to change the Commnet table structure? Maybe we can add this enhancement to the admin panel on the edit single comment page.

ihorchepurnyi commented 8 years ago

I'm not sure that this functionality is needed for the basic comments widget. Can you provide some links to the projects with the ability to send the emails via commets?

jsobers1331 commented 8 years ago

I haven't implemented it yet. I'm currently looking into ways on how to do it with your current module structure.

ihorchepurnyi commented 8 years ago

@disem what do you think about it?

disem commented 8 years ago

This is not the feature that should be included in the simple comments widget. There are several problems that will be caused by this feature

Each project will probably have their own requirements to the notifications, we can't cover all of them. If we'll do this, it should be a separate extension to allow usage of current comments module as is.

ihorchepurnyi commented 8 years ago

@disem thanks, i agree with you