keelback-code / wwww

0 stars 1 forks source link

User Story - Staff - Email #16

Open keelback-code opened 2 years ago

keelback-code commented 2 years ago

As a staff member I can be notified by email if an order comes in so that I can action the sale.

Acceptance Criteria

EmailJS/django email set to send after order has been placed successfully. Email to have correct variables from order. Link back to site

Tasks

Set up email system - done Set up code to send email after stripe payment is successful - done

keelback-code commented 2 years ago

Possible solution to avoid sending two separate emails when so much code is already being fired off - BCC company in on email customer receives?

keelback-code commented 2 years ago

Django send_mail (gmail) used, email sent to customer and site owner at same time