Unable to use email service

Hi all,

I am trying to setup the local email service with dreamfactory 2.0 (for user registration, password reset etc). I’ve updaded the .env file and config/mail.php but get the following:

{
  "error": {
    "context": null,
    "message": "Missing one or more configuration for SMTP driver.",
    "code": 500
  }
}

I have checked that sendmail is working from terminal (while running use_dreamfactory which was part of the Bitnami install) and it sends mails just fine.

I’ve also setup an smtp service which works fine, but I cannot use this for user registrations and password resets by the looks of it.

Any idea on what else could cause this issue?

Gavin

Resolved. I had to make the existing email service inactive and then it would allow me to pick the new SMTP service I’d setup. Now all works as I would have hoped

1 Like

Hey Gavin, I am glad to hear that you resolved the problem! Thanks for coming back and letting us all know.

-@AlexBowen

1 Like