Sending emails to multiple receipients with Amazon SES
Submitted by Jeff Geerling on January 2, 2012 - 3:50pm
After reading through a ton of documentation posts and forum topics for Amazon SES about this issue, I finally found this post about the string list format that helped me be able to send an email with Amazon SES's sendmail API to multiple recipients.
Every way I tried getting this working, I was receiving errors like InvalidParameter for the sender, Unexpected list element termination for the error code, etc.