We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey,
i am trying to add an amazon ses sender but it seems the verification mail is being sent from "[email protected]".
i get an "Internal Server Error" in the frontend, the logfiles show: The from email address [email protected] is not verified.
apparently there was a similar issue in the past that got fixed by using MAILER_SMTP_FROM_EMAIL
#48 https://github.com/pentacent/keila/pull/145/files
but, with my minimal understanding...
https://github.com/pentacent/keila/blob/main/lib/keila/mailings/sender_adapters/shared_ses.ex
still has "[email protected]" hardcoded...
is there a workaround to make this work? am i doing something wrong? this should be the case for everyone using SES, shouldn't it?
thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hey,
i am trying to add an amazon ses sender but it seems the verification mail is being sent from "[email protected]".
i get an "Internal Server Error" in the frontend, the logfiles show: The from email address [email protected] is not verified.
apparently there was a similar issue in the past that got fixed by using MAILER_SMTP_FROM_EMAIL
#48
https://github.com/pentacent/keila/pull/145/files
but, with my minimal understanding...
https://github.com/pentacent/keila/blob/main/lib/keila/mailings/sender_adapters/shared_ses.ex
still has "[email protected]" hardcoded...
is there a workaround to make this work? am i doing something wrong? this should be the case for
everyone using SES, shouldn't it?
thanks in advance!
The text was updated successfully, but these errors were encountered: