Python client library for Postmark API
EmailTemplate() now accept Metadata parameters. e.g. ``` postmark.emails.EmailTemplate( TemplateId=template_id, TemplateAlias=template_alias, From=f"{from_name} {from_}", To=user.email, Headers={"X-Accept-Language": "en-us, en"}, TemplateModel=template_model, Metadata=metadata ) ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by cmabastar and has received 1 comments.