mumuki / mumuki-domain

💡 Mumuki's domain model
GNU Affero General Public License v3.0
1 stars 0 forks source link

User post! instead of deliver_now / deliver_later #234

Closed julian-berbel closed 3 years ago

julian-berbel commented 3 years ago

:dart: Goal

Use post! message to choose appropiate email delivery method.

:memo: Details

Emails should be sent with deliver_now when running rake tasks and deliver_later when running rails s

:warning: Dependencies

Two way dependency: https://github.com/mumuki/mumuki-laboratory/pull/1655.

:back: Backwards compatibility

Yes.

:soon: Future work

None.