Schwad / PorkCasts-Montana

http://www.porkcast.com/
0 stars 0 forks source link

Admin interface for user emails #9

Open Schwad opened 8 years ago

Schwad commented 8 years ago

I don't want to have to build all the views and methods and rake tasks every time I want to send out a user update email. The current infrastructure is too slow. Also need a partial for unsubscribing from emails and a schema update for users unsubscribed from all emails.

Schwad commented 8 years ago

This is a really neat tool that we may want to incorporate in the interface for Admin composition of emails.

https://github.com/basecamp/trix

Schwad commented 8 years ago

We now have an admin landing page under /admin with the beauty of thoughtbot's administrate gem. Will look to custom configure in trix with sendgrid.

Schwad commented 8 years ago

Also allow options to email specific users or all. Also look into what changes can be made to avoid "spam" folders.