Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    AWS SES email configuration in Bagisto

    Bug Report
    1
    1
    276
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      Vaishali Agarwal last edited by

      Steps to follow for SES email configuration
      First, you should have all the valid SES SMTP mail credentials.

      1. Now, go to the .env file
      2. add the email configuration

      MAIL_DRIVER=smtp
      MAIL_HOST=email-smtp.us-west-2.amazonaws.com
      MAIL_PORT=587
      MAIL_USERNAME=ccdsfsdcs
      MAIL_PASSWORD=ddddsadsadsadadsa
      MAIL_ENCRYPTION=tls
      SHOP_MAIL_FROM=abc@xyz.com
      ADMIN_MAIL_TO=abc@xyz.com
      MAIL_FROM_NAME=admin

      1. clear the cache using the command from project's root
        php artisan config:cache
      1 Reply Last reply Reply Quote 0
      • First post
        Last post