Open clhlc opened 3 years ago
Hi Chao, Based on the way we do auth now, can you modify your notifier config at all to use the SES strings? I'm not familiar with SES myself, but setting those values Should Just Work (hopefully).
@LOZORD I already modify the notifier config and upload to gcs. It always error 554.
Did you manage to solve this problem?
Hi,
I use aws ses to send cloudbuild email ,bu in the cloud run log I can see some error:
E1210 04:12:44.669479 1 notifiers.go:449] failed to run SendNotification: failed to send email: 554 Message rejected: Email address is not verified. The following identities failed the check in region US-EAST-1: XXXXXXXXXXXXXXXX
(My ses key)But I write a easy go code to test ses send, is success.
there is My test code: