Pramit Raypramitray.hashnode.dev·Mar 7, 2024Create your own MAIL server using SMTPI recently learnt about this topic and wanted to share my insights regarding the same. Now what is SMTP? Basically, A to Z of transfer of any email is handled by it; Simple Mail Transfer Protocol is actually a fundamental component of email communica...31 readssmtp
Sanskar Guptasans.hashnode.dev·Mar 6, 2024Build Your Own SMTP Server (:How cool it would be if you can create your own custom domain server. With specific name such as Sanskar@TechySans.dev . Lets first understand what is a mail server -> A mail server is a crucial component of email communication, facilitating the reli...creating cool things
Nischal lamichhaneblog.django-tutorial.dev·Jan 23, 2024Sending an Email from your Django Server with the Django MasterSending emails from a Django server is a crucial aspect of many web applications. It allows you to communicate with users, send notifications, and perform various other tasks. In this guide, I'll walk you through the process of setting up email funct...10 likes·105 readsDjango