Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

I need help setting up Odoo 17 to send quotes to customers' emails

Subscribe

Get notified when there's activity on this post

This question has been flagged
emailodoo17
1 Reply
3681 Views
Avatar
Hilal

Hello,

I am working with Odoo 17 and need help configuring the system to send quotes directly to customers' emails. I don't have much technical experience, so I would appreciate step-by-step guidance or assistance in setting it up for me.

What I need:

  1. Setting up the outgoing mail server (SMTP) to ensure emails are sent correctly.
  2. Ensuring quotes are sent either automatically or manually by email.
  3. Any additional settings necessary to make this work.

Please assist me as soon as possible. Thank you very much!

0
Avatar
Discard
Avatar
Sujata
Best Answer

Hello Hilal,

To configure Odoo 17 to send quotes directly to customers via email, follow these steps:

Step 1: Set Up Outgoing Mail Server (SMTP)
  1. Go to Settings:
    • From the Odoo dashboard, navigate to Settings.
  2. Activate Developer Mode:
    • Scroll to the bottom and click on Activate Developer Mode. This is important to access the technical features.
  3. Configure Outgoing Mail Server:
    • In the Settings menu, search for Outgoing Mail Servers.
    • Click on Create to configure the SMTP settings.
    SMTP Configuration Settings:
    • Description: Name your mail server (e.g., "Gmail SMTP" or "Company SMTP").
    • SMTP Server: Enter the SMTP server address (for example, Gmail uses smtp.gmail.com).
    • SMTP Port: Usually, it's 465 for SSL or 587 for TLS.
    • Connection Security: Choose SSL/TLS.
    • Username: Enter the email address from which you’ll send emails.
    • Password: Enter the email password or app-specific password if required (for security reasons).
    • Test: Click on Test Connection to ensure your configuration works correctly.
    Example for Gmail:
    • SMTP Server: smtp.gmail.com
    • Port: 587 (for TLS) or 465 (for SSL)
    • Username: your-email@gmail.com
    • Password: your Gmail password or app-specific password
  4. Save the Settings:
    • After successful testing, save the outgoing mail server settings.
Step 2: Set Up Email Templates for Quotes
  1. Go to Settings:
    • In the Settings menu, search for Email Templates.
  2. Find or Create an Email Template for Quotes:
    • Look for an existing template named "Quotation Template" or "Sales Order: Send by Email".
    • If it exists, you can modify it as needed, or click on Create to make a new one.
    In the email template, you can define:
    • Subject: e.g., Quotation - ${object.name}
    • Body: Add dynamic content like the customer's name and the details of the quote.
    • Make sure to include a link to the quote PDF or attach the PDF.
  3. Ensure the Template is Linked to Quotes:
    • Set the Model to sale.order so that it links to quotations and sales orders.
Step 3: Manually or Automatically Send Quotes
Manual Sending:
  1. Create a Quotation:
    • Go to Sales > Quotations and create a new quotation.
  2. Send by Email:
    • Once the quote is ready, click on Send by Email.
    • The email template you set up should automatically be selected, and you can review and send the email.
Automatic Sending:

If you want quotes to be sent automatically when a sales order is confirmed, you can use Automation Rules:

  1. Create an Automated Action:
    • Go to Settings > Technical > Automated Actions.
    • Click on Create.
    • Set the Trigger to On Creation & Update.
    • Set the Model to sale.order.
    • Define the condition for sending the email (e.g., when the order is confirmed).
    • Choose Action To Do as Send Email, and link the email template you created earlier.
Additional Settings to ensure Email Delivery:
  1. Test Email Sending:
    • Ensure that emails are being sent correctly by creating a test quote and using the Send by Email button.
  2. Check Email Queue:
    • Go to Settings > Technical > Email > Emails to monitor email delivery statuses.
    • If an email fails, it will show an error here, allowing you to troubleshoot issues.

let me know if it helps :)

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Automation rules Solved
email Automation odoo17
Avatar
Avatar
Avatar
3
Sep 24
4944
The preferred method to setup emails using a custom domain.
email
Avatar
0
Nov 25
122
need more felixiblity and inovation on email marketing tools
email
Avatar
0
Nov 25
216
Error while posting invoice to ZATCA odoo sh Solved
odoo17
Avatar
Avatar
Avatar
Avatar
3
Jul 25
3077
After editing the Sales Order Confirmation email template, Odoo isn't using it.
email
Avatar
Avatar
1
Jul 25
2018
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now