Mastering Email System Design: SMTP, IMAP, POP3, and Beyond

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 14

  • @kylerobins
    @kylerobins Місяць тому +3

    The Quality of these videos and the production speed 🔥🔥❤‍🔥

  • @prasaadgade7386
    @prasaadgade7386 Місяць тому

    great explanation

  • @kaushalvedant
    @kaushalvedant Місяць тому

    Thank You for this informational content

  • @abhishekwarrior26
    @abhishekwarrior26 Місяць тому +1

    This is amazing. Thanks. I wish you made this video 3 years back. I have not messed up in of the big giants interview. Would like to know the app or tool used for making such amazing content.

  • @harishkhojare1592
    @harishkhojare1592 Місяць тому +1

    taught more than my engg. degree.

  • @ladakshay
    @ladakshay Місяць тому

    what would be the use of PostgreSQL (or any RDBMS) if we are using NoSQL like Cassandra for email content, metadata and indexing?

  • @bishal.dangol
    @bishal.dangol Місяць тому +1

    which platform have you used to design this DFD

  • @irkfaisal
    @irkfaisal Місяць тому +1

    I want to learn about system, where a user will login to my application with his email id now he will perform some action and he can also send mail through my application from his signin mail ID. Is it possible ?

    • @ByteMonk
      @ByteMonk  Місяць тому

      yes, It is possible, what you’re describing involves integrating your application with the user’s email provider to send emails on their behalf. When the user logs into your app with their email (e.g., Gmail, Outlook), you can use OAuth 2.0 to authenticate them. This allows your app to request permission to send emails on their behalf without storing their password. Once authenticated, your app can use the email provider’s SMTP server (like Gmail’s SMTP) to send emails from the user’s email ID. The OAuth token ensures secure access and allows the SMTP server to verify the user’s identity.
      Alternatively, most email providers (like Google, Microsoft, or Yahoo) offer APIs for sending emails. For example: Gmail: Use the Gmail API, Outlook: Use Microsoft’s Graph API. In both cases, your app will act as a middleman, letting the user perform actions and send emails securely through their authenticated email account. Just ensure you follow best practices for security and user permissions! 😊

  • @vipernext2190
    @vipernext2190 Місяць тому +1

    💙💙

  • @JDK_24
    @JDK_24 Місяць тому +1

    Do bring videos on algorithms

  • @Cozyplaylistt
    @Cozyplaylistt Місяць тому +4

    Damn how u do edits like thatv

  • @akagarwal85
    @akagarwal85 Місяць тому +1

    Ek course banalo

  • @econometricswithsh652
    @econometricswithsh652 Місяць тому +1

    Hi himalay Bro