mcohen01 / amazonica

A comprehensive Clojure client for the entire Amazon AWS api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Set email headers with SES

yannvanhalewyn opened this issue · comments

I'd like to set custom email headers when using amazonica.aws.simpleemail/send-email. Is that possible? I'm specifically interested in the Reply-To, header. AWS docs

Thanks for all the good work on the library!

should be something like (send-email :reply-to-addresses ["me@gmail.com" "you@gmail.com"])

Ah perfect thanks! Couldn't figure that out from the source code 🍾

Yeah, can't figure out much from looking at this source, gotta reference the JavaDocs.