jdhawks2132 / mqvc

VendorFlow is a web application designed to manage vendors, contacts, assignments, registrations, and payments. It is a full-stack application built with Ruby on Rails and React/Redux. It is a work in progress and is currently in the development phase.
https://mqvc.herokuapp.com/
0 stars 0 forks source link

Mailers #6

Open jdhawks2132 opened 1 year ago

jdhawks2132 commented 1 year ago
jdhawks2132 commented 1 year ago

TinyMCE incorporated and form to build rich text emails working in dev and prod

jdhawks2132 commented 1 year ago

Super admins can now create and batch send emails to vendors. Vendor email address is primary_contact.email || vendor.general_email.

Routing is protected on FE/BE for super admins only.

Need to add email functionality to vendor details (mail one vendor).

jdhawks2132 commented 1 year ago

Sidekiq now creates a Vendor_mailer AFTER emails have been successfully sent. Vendor emails are displayed in the vendor details view.