BlackSheep Is this extension compatible with beta 5? I installed
composer require vingle/flarum-configure-smtp
then created a Mailgun account and verified my domain, but cannot get this to work using the following settings:
mail driver: smtp
mail encryption: TLS
mail port: 587
mail host: smtp.mailgun.org
mail username: email.address@mg.domain.com
mail password: password for above account
mail from: same as username email address
Here is the error debug:
POST http://forum.singletrackbc.com/api/forgot
{
"errors": [
{
"status": "404",
"code": "resource_not_found"
}
]
}
UPDATE: I just checked the Mailgun outgoing mail settings, and they ae as follows:
TLS Connection: Opportunistic
Certificate Verification: Required
Thoughts?
UPDATE #2: I got it to work by changing the encryption and port to the following:
mail encryption: SSL
mail port: 465
UPDATE #3: The "fix" in Update #2 only works once. I just tried repeating the lost password recovery but was prompted with a "Email address you entered does not exit" error.
Anyhoo, it's bed time...