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