Code:
View:
class SendEmail(APIView):
serializer_class = ResendOTPSerializer
def post(self, request, format=None):
subject = 'Please confirm your email address'
message = 'Thank you for registering. Please click the link below to confirm your email address:\n\n{}/verify/{}/'.format(settings.SITE_URL, "ok")
send_mail(
subject,
message,
settings.EMAIL_HOST_USER,
["kayesh.sbl@gmail.com"],
fail_silently=False,
)
return Response({"status": status.HTTP_200_OK, "message": "sent otp to your email"})
SETTING:
SITE_URL = "www.example.com"
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'mail.example.com'
EMAIL_HOST_USER = 'no-reply@example.com' # use any valid webmail address
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
EMAIL_HOST_PASSWORD = 'Password
EMAIL_PORT = 465
EMAIL_USE_SSL = True
EMAIL_USE_TLS = False
"Python with Kayesh" is your ultimate destination for mastering Python programming. Dive into the world of coding with Kayesh as your guide, where every video is meticulously crafted to simplify complex concepts and empower learners of all levels. From beginners to seasoned developers, each tutorial is designed to be engaging, informative, and easy to follow.
Embark on a journey through the fundamentals of Python, exploring topics like data types, loops, functions, and more. Kayesh's clear explanations and hands-on examples ensure that viewers not only understand the syntax but also gain practical insights into real-world applications.
But that's not all! Beyond the basics, "Python with Kayesh" delves into advanced topics such as object-oriented programming, web development, data analysis, and machine learning. Whether you're aspiring to build web applications, automate tasks, or delve into data science, this channel equips you with the knowledge and skills to succeed.
Join a vibrant community of learners, where questions are encouraged, and challenges are embraced. With regular uploads, live streams, and interactive Q&A sessions, "Python with Kayesh" is more than just a channel; it's a supportive learning environment where Python enthusiasts come together to grow and excel.
So, whether you're a student, a professional seeking to enhance your skill set, or simply curious about the power of Python, subscribe to "Python with Kayesh" today and unlock the doors to endless possibilities in the world of programming. Let's code, explore, and transform ideas into reality, one line of Python at a time!
In questa pagina del sito puoi guardare il video online How to send EMAIL using PYTHON django REST API and Cpanel | PYTHON with KAYESH | LEARNING della durata di ore minuti seconda in buona qualità , che l'utente ha caricato PYTHON WITH KAYESH 05 maggio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 388 volte e gli è piaciuto 3 spettatori. Buona visione!