drewblas / aws-ses

Provides an easy ruby DSL & interface to AWS SES
MIT License
549 stars 108 forks source link

Fixed setting the mail message-id causing a silent parsing error #72

Closed NicholasHely closed 4 years ago

NicholasHely commented 4 years ago

Mail message id expects to be encapsulated withing <>. Was causing errors to be registered against the mail object.