Closed creichert closed 10 years ago
Let's go for the Text
version, and if desired, we could provide some values in the library for common cases (e.g., usEast1 = "us-east-1"
). Note that this is a breaking API change, but it's worth doing.
Awesome, Thanks!
I'm using the
mime-mail-ses
package and I need to send mail from regions other thanus-east-1
.I have made a simple patch in my own fork and I wanted to get your thoughts:
It would also make sense to add a simple Text field to
SES
which would allows the user to manually enter the string of the region (e.g. 'sesRegion = '"us-east-1"')Let me know if either of these solutions is acceptable and I can submit a pull request if this is something you want to support in
mime-mail-ses
.Thanks!