This can be an issue when using sendgrid SMTP server where the user name is apikey. This is not a valid email address and when the auth service sends an email it will not be sent by Sendgrid (since the from email = apikey).
This is an issue for auth clients that don't have a fromEmail defined in there config.
This can be an issue when using sendgrid SMTP server where the user name is
apikey
. This is not a valid email address and when the auth service sends an email it will not be sent by Sendgrid (since the from email =apikey
).This is an issue for auth clients that don't have a
fromEmail
defined in there config.