Summary
Keywords
Full Transcript
Getting "password incorrect" or "535 authentication failed" when sending emails through Gmail SMTP? This tutorial shows you how to generate Gmail App Passwords for SMTP authentication in Spring Boot, Node.js, Java, Python, or any backend framework. β±οΈ TIMESTAMPS 0:00 - Why Gmail blocks normal password login for SMTP 0:28 - Enable 2-Step Verification (Required first step) 1:26 - Generate 16-character App Password 1:43 - How to use the App Password for SMTP in your application π§ WHAT YOU'LL LEARN β Enable 2-factor authentication on Gmail/Google Workspace β Generate application-specific passwords (16-digit code) β Configure SMTP for Spring Boot, Node.js, Python, Django, Laravel β Fix "535 authentication failed" and "password incorrect" errors β Security best practices for production apps π QUICK LINKS Generate App Password: https://myaccount.google.com/apppasswords (Must have 2-Step Verification enabled first) π GMAIL SMTP SETTINGS (Copy These) β’ SMTP Server: smtp.gmail.com β’ Port: 587 (TLS recommended) or 465 (SSL) β’ Username: [email protected] β’ Password: 16-character app password (NOT your regular Gmail password) β’ Authentication: Required π‘ COMMON ERRORS & FIXES β "535 Authentication Failed" β Make sure you're using the 16-char app password (no spaces) β Verify 2-Step Verification is enabled β "Password Incorrect" β Don't use your regular Gmail password β Generate new app password at link above β "Less Secure Apps" Error β App passwords replace this (old method deprecated) β Follow steps in video for 2025 method π MORE RESOURCES All Projects & Tutorials: https://btechdays.com/#/projects/ Spring Boot Interview Questions: https://btechdays.com/#/interview-questions?topic=springboot --- π¬ QUESTIONS? Drop them below! I respond to every comment. π§ Business Inquiries: [email protected] π± Follow on Instagram: https://www.instagram.com/btechdays/ π SUPPORT THIS CHANNEL If this solved your problem, consider supporting: β’ PayPal: https://www.paypal.me/btechdays β’ UPI: btechdays.pay@oksbi π Tags #GmailAppPassword #SMTP #SpringBoot #NodeJS #BackendDevelopment #GoogleWorkspace #GmailSMTP #AppPasswordSetup #BackendDevelopment #SMTPSetup #SpringBootEmail #NodejsEmail #GoogleSecurity #TwoStepVerification #EnableAppPassword #EmailService #SMTPAuthentication #TechTutorial #GoogleAccountSecurity #JavaDevelopers #AngularDevelopers #ProgrammingTutorial #BTechDays #WebDevelopment #CodingTips #DeveloperGuide
