Webador / SlmMail

Send mail from Laminas or Mezzio using external mail services.
Other
106 stars 49 forks source link

Add sending of metadata to Mandrill #57

Closed abstractionnl closed 10 years ago

abstractionnl commented 10 years ago

This allows sending metadata to Mandrill to be added to messages.

bakura10 commented 10 years ago

There is already an option to add metadata (https://github.com/juriansluiman/SlmMail/blob/master/src/SlmMail/Mail/Message/Mandrill.php#L64), but yes, the ability to specify metadata per recipient was missing.

So I think this is a sane change.

Please: add this in the doc here: https://github.com/juriansluiman/SlmMail/blob/master/docs/Mandrill.md

Add a paragraph "metadata" just after the Image part, and indicate that the "metadata" in option is deprecated.

bakura10 commented 10 years ago

Thanks! This will be tagged as 1.3.0 soon.

bakura10 commented 10 years ago

@abstractionnl , SlmMail has now been updated to version 1.3.0 to support this feature.