Re: Email Form with attachments

2021-07-14 Thread khokon dev
fasfas On Monday, July 5, 2021 at 3:35:30 AM UTC+6 guitard...@gmail.com wrote: > Attachments need to be written to mail headers using MIME. > > This article gives a good breakdown > https://stackoverflow.com/questions/1633109/creating-a-mime-email-template-with-images-to-send-with-python-django

Re: Email Form with attachments

2021-07-04 Thread David Crandell
Attachments need to be written to mail headers using MIME. This article gives a good breakdown https://stackoverflow.com/questions/1633109/creating-a-mime-email-template-with-images-to-send-with-python-django On Sunday, July 4, 2021 at 10:30:10 AM UTC-5 sebasti...@gmail.com wrote: > Hello, > >