remove need for MAIL_KEY with pure smtp setup #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MAIL_KEY is not needed when using smtp, see https://docs.bonfirenetworks.org/Bonfire.Mailer.html#3-direct-email-sending-methods
yes, that is the problem. I need to add compose.mail.yml to be able to use mail_password but this forces me to also definde mail_key. Probably there need to be two seperate yml files, one for pure smtp and one for mail relay providers which need mail_key.
ah I see yeah I think @kawaiipunk suggested that solution
or we could change the bonfire config code to consolidate on just one of those? eg. using MAIL_KEY for the password too, but still checking MAIL_PASSWORD as fallback for existing deploys