Odoo 18 Email Server Setup: Complete Guide for Incoming & Outgoing Emails (POP/SMTP)
Вставка
- Опубліковано 5 лют 2025
- In this video, I’ll guide you through setting up both Incoming (POP) and Outgoing (SMTP) email servers in Odoo 18. Watch as I use a real-life example with my personal email, testing602040@gmail.com, to demonstrate the entire process step by step.
🌟 What You'll Learn in This Video:
💡 What are Incoming & Outgoing Email Servers?
🔄 Differences Between POP & IMAP Protocols
⚙️ How to Enable Custom Email Server Configurations in Odoo
📥 Setting Up Incoming Email Servers (POP)
📤 Setting Up Outgoing Email Servers (SMTP)
🛠️ Troubleshooting Tips for Common Issues
🔍 Troubleshooting Tips:
🛡️ Authentication Issues: Double-check your email and password.
🔒 SSL/TLS Errors: Ensure correct port and encryption settings.
❌ Connection Timeouts: Check firewall or antivirus blocking SMTP/POP traffic.
🔔 Don’t forget to like, subscribe, and hit the bell for notifications on future lessons! Leave your questions or examples in the comments below.
#odoo #odoo17 #odoo18 #odootutorials #odooexperts #odoomaintenance #odoomigration #odoo18 #odoocustomization #odooapps #odoosupport #odoovideos #emailservers #incomingemailserver #outgoingemailserver #odoodevelopment #odoocommunity - Навчання та стиль
Great video again. Good job. Thanks for sharing.
Still waiting on the follow up to an actual example of the content of creating first module in Odoo 18
sure i will absolutely give more details on that particular topic
Ty, didn't realise google updated their security features, been searching for a good vid for 2 days, finally found this one at the bottom of the page lol. Ty alot broskii!
glad it helped. cheers
How do I make use of the debug setting, to troubleshoot email config?
Go to Settings > General Settings and activate Developer Mode by clicking "Activate the developer mode" (or append ?debug=1 to the URL). Navigate to Settings > Technical > Emails to inspect email statuses (sent, failed, or queued). Look for any error messages that provide clues about misconfigurations. Edit the odoo.conf file and set the logging level to debug:
log_level = debug
Great video!
blesss🙏
My oddo account show that please configure sender's
Email address can you explain me who it's resolved
The error message "Please configure sender's email address" in Odoo usually appears when Odoo is unable to send an email because the sender's email address is not properly configured. Here's how you can resolve this issue: Verify the Outgoing Mail Server Configuration
Go to Settings → Technical → Email → Outgoing Mail Servers.
Check if there is an outgoing mail server configured.
Ensure the following details are correct:
SMTP Server: The server address (e.g., smtp.gmail.com for Gmail).
SMTP Port: Commonly 465 (SSL) or 587 (TLS).
Username: The email address used for sending emails.
Password: The password for the email account.
Connection Security: Select the appropriate encryption (SSL/TLS or None).
Test the connection to ensure the server is working correctly.