blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

Cross Account - sourceArn #19

Open clark42 opened 2 years ago

clark42 commented 2 years ago

Beginner with golang, I try to fixes #16 by implementing SourceArn, FromArn and ReturnPathArn

About adding some initializations in the configure function in main.go (e58ac12576e80cb7db6e2f1e8ca9110069033ba9) , I did so because when you provide only SourceArn without FromArn and ReturnPathArn, it seems that it don't work like the documentation says