Site icon PrestaShop | Magento | CRM Modules

PrestaShop Email SMTP Configuration

In PrestaShop, you can configure SMTP email settings to ensure your store’s emails (order confirmations, newsletters, password resets, etc.) are delivered reliably. Here’s a step-by-step guide:


📌 Steps to Configure SMTP in PrestaShop

  1. Log in to PrestaShop Back Office
    • Go to your PrestaShop admin dashboard.
  2. Navigate to Email Settings
    • From the left menu:
      Advanced ParametersE-mail
  3. Choose Email Method
    • You’ll see two options:
      • PHP mail() function (not recommended, often blocked as spam)
      • Set my own SMTP parameters ✅ (recommended)

    Select “Set my own SMTP parameters (for advanced users only)”

  4. Enter SMTP Details
    You’ll need to get these details from your hosting provider, Gmail, or email service (e.g., Zoho, Outlook, SendGrid).
    • Mail domain name: yourdomain.com
    • SMTP server: Example: smtp.yourdomain.com or smtp.gmail.com
    • SMTP username: Your full email address (e.g., shop@yourdomain.com)
    • SMTP password: The email account’s password (or App Password if using Gmail/Outlook)
    • Encryption: Choose SSL or TLS (depends on provider)
    • Port: Usually:
      • 465 for SSL
      • 587 for TLS
  5. Save Settings
  6. Test Email Configuration
    • At the bottom, there’s a “Test your email configuration” option.
    • Enter your email and send a test message to confirm it works.

📧 Common SMTP Configurations

🔹 Gmail / Google Workspace

🔹 Outlook / Office 365

🔹 cPanel Hosting (most web hosts)


🚨 Troubleshooting Tips


 

Exit mobile version