On 18/03/2021 18.25, Shailesh Yadav wrote:
> Hi, I have created one website by using Django and I am sending Mail
> that is showing in normal text form.
> for example, as shown below.
> Screenshot 2021-03-18 at 10.50.27 PM.png,
> I have seen a few Emails from other sites for example Groww where they
> are showing graphs and emails which is looking very good as shown below
> image.
> 

What you mean is you want to send email in HTML format. That is fine and
should be fairly easy to do (there are tutorials out there), just do
remember to include a non-formatted text part as well.

Not only is that required by the standard, not doing so will greatly
increase the risks of you mail being marked as spam and will be very
annoying to at least some of your potential users.

Kind regards,

Kasper Laudrup

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e298043d-a51b-0e27-d457-d5ced131a810%40stacktrace.dk.

Reply via email to