Simplest solution is, import "send_mail" and add that after form.save in your create_post function/view.
If you want push notifications then search about django FCM/GCM. On Tue, Feb 16, 2021, 10:14 AM Kumar Gaurav <[email protected]> wrote: > Hi Everyone, > > I have a LinkedIn kind of portal where I want to implement Notification > system. It is only used within a team. I want to send email notification to > all the members whenever a new post is posted. > > What is the best way to implement this in Djnago ?? > > > Thank You!! > > > > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/29a1c098-4886-4ff5-b140-01a01da7f9cdn%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/29a1c098-4886-4ff5-b140-01a01da7f9cdn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJY8mfxNxNac%3DpyqXjyKtDq1GToYQzvbkh2h1Y7QXEj8froVkQ%40mail.gmail.com.

