contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

Send a confirmation mail after submitting a form #1627

Closed Exotelis closed 6 years ago

Exotelis commented 6 years ago

I'd like to send the user, who submitted a form, a confirmation e-mail that we received the request.

If you can image, that this feature could become a part of the core (without being a plugin), it would might be possible for me to contribute this functionality.

m-vo commented 6 years ago

Any problem with using terminal42/notification_center for this task? :smile:

I agree that Contao's notification functionality isn't that powerful out of the box. But I think we should either migrate this bundle into the core or make the core pluggable/agnostic for message solutions. There a quite a few other places where messages need to be sent e.g. user registration, password reset, newsletter (see https://github.com/contao/core-bundle/issues/1613)...

Exotelis commented 6 years ago

terminal42/notification_center could be an option if it's compatible with version 4.4+. I hadn't heard of terminal42/notification_center.

Migrating this bundle into the core would just make sense if it's no longer maintained, right?

I used to use a plugin that is no longer maintained... I totally forgot the name.

m-vo commented 6 years ago

It is compatible, see https://github.com/terminal42/contao-notification_center/blob/1.4.5/composer.json#L15

And why would you think it isn't maintained anymore?

fritzmg commented 6 years ago

I think he means EFG.

Exotelis commented 6 years ago

Yes I meant that EFG is no longer maintained. Thank you @fritzmg

It would not make sense to migrate the notification center into the core (as long as it is maintained), unless you would get their developer to work upstream ;)

m-vo commented 6 years ago

Actually the developers are part of the Contao core team. 😉