WP FoodBakery Settings

How to Setup SMTP Configurations for Email Notifications

2540 views November 6, 2023 November 24, 2023 Chimp 1

Foodbakery theme brought the stunning feature of SMTP. You can configure your SMTP setting from your WP-admin dashboard.

Why to use SMTP

  • Send email using a SMTP sever.
  • You can use Gmail’s SMTP server if you have an account with them.
  • Seamlessly connect your WordPress blog with a mail server to handle all outgoing emails (it’s as if the email has been composed inside your mail account).
  • Securely deliver emails to your recipients.

SMTP General Settings

The general settings section consists of the following options

  1. Enable SMTP: to enable sending email with SMTP configurations.
  2. SMTP Host: Your outgoing mail server (example: smtp.gmail.com)
  3. SMTP Port: The port that will be used to relay outbound mail to your mail server (example: 465)
  4. Secure connection prefix: SSL/TLS
  5. Use SMTPAuth: No/Yes (This option should always be checked “Yes”)
  6. SMTP username: The username that you use to login to your mail server
  7. SMTP Password: The password that you use to login to your mail server
  8. Sender e-mail: The email address that will be used to send emails to your recipients
  9. Sender name: The name your recipients will see as part of the “from” or “sender” value when they receive your message
  10. Enable debugging? This option is only for developers use if you want to debug your email sending issues. By default, this option should be turned OFF.
 

Gmail Account Verification and Authentication

  1. Login via Your Google account and enable both these extensions first to allow email for your google account.
    – https://www.google.com/settings/security/lesssecureapps
    – https://accounts.google.com/b/0/DisplayUnlockCaptcha
  2. After enabling above extensions add your Google account smtp details in settings.
  3. Now check registration email from frontend. Make sure to enable extensions for the email that you used to register as according to latest google policies email will receive after enabling these filters on your accounts.

After that email should have to receive via your Gmail account. All done!