Hello Team,
I’m trying to configure the email notifications for self hosted gitlab using aws ses.
after configuring the ses/smtp settings in gitlab.rb - and cheking with below command and getting the following error.
Notify.test_email('destination_email@address.com', 'Message Subject', 'Message Body').deliver_now
error
/opt/gitlab/embedded/lib/ruby/gems/3.0.0/gems/net-smtp-0.3.3/lib/net/smtp.rb:1076:in `check_response’: 554 Transaction failed: Invalid domain name: ‘10.125.13.61’. (Net::SMTPFatalError)
please let me know how to debug this.
Thanks,