Sunday, March 21, 2021

Re: Create email template with the click of a button

Hello,

This is dir Django a relativ easy Task. You create a Form with fields Like to,CC,BCC,subject,Text message, HTML Message and Render These Form. Then User enter all Data and when it submit you get the Post Data And submit IT with djangos Sendmail https://docs.djangoproject.com/en/3.1/topics/email/

I Hope that i can Help you.

Smiley <ungurkristen@gmail.com> schrieb am So., 21. März 2021, 21:30:
Hello,

I am new to Django and recently finished the Polls app tutorial in Django site. After that, I read what to do next and Django is a big fan of learning by doing so I went online and looked for beginner projects to do to learn web development.

I am planning to create a site to automate or manually send out emails with a lot more customizations to learn both front-end and back-end. After starting to do it I realized that a lot of work has to be done on client-side so here's the question.

Do I have to use Javascript to create an email template when user clicks the button create email or can this be done in Python / Django? 

My github repository for this project: https://github.com/SmileyBoy321/Django-Email-Sender

The progress is slow as I am learning and also working full-time on non-dev job. I am sacrificing some fragments of my life to make time for coding.

Please advise, thank you.

Kind regards,
Kristen

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e7043c96-9976-4354-aaa9-b1edd29172f6n%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKGT9mzkdXQVLs09TfsPf7ojKA1pUn10CTmhkcHx1ikkqkhszQ%40mail.gmail.com.

No comments:

Post a Comment