E-mails - How to build an E-commerce website using Django 3 and - Part 14

Welcome to part 14 of “How to build an E-commerce website using Django 3 and “. In this part of the series, I will make it possible to send automated order confirmation when an order is successful. The e-mail will be sent to the customer and a copy to you. I also add this functionality in the django admin interface, so when you change the status to “Shipped“, a new e-mail will be sent. If you want to know how to use Gmail as the SMTP server, you can find a simple guide here: @_chr
В начало