Mail settings

Configure mail settings in emart in order to receive and send emails through app.

How to setup mail settings

Mail settings is required if you want to send and receive emails. Email setting use two driver in php environment first is smtp driver and second is sendmail driver.

If you're using GMAIL as mail provider following mail settings you should use :

Gmail SMTP setup settings:

  • SMTP username: Your Gmail address.

  • SMTP password: Your Gmail password. If Using Gmail then Use App Password. Process of App Password

  • SMTP server address: smtp.gmail.com.

  • Gmail SMTP port (TLS): 587.

  • SMTP port (SSL): 465.

  • MAIL DRIVER : sendmail

  • SMTP TLS/SSL required: yes.

Last updated