Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postmark Templates support #147

Open
sigaev-pro opened this issue Nov 9, 2017 · 1 comment
Open

Postmark Templates support #147

sigaev-pro opened this issue Nov 9, 2017 · 1 comment

Comments

@sigaev-pro
Copy link

Hello,

I'm building Django application and want to use PostMark's Templates (https://postmarkapp.com/why/templates). Does it supported by your library?

I have ready docs but did not find anything about.

@Stranger6667
Copy link
Owner

Stranger6667 commented Nov 9, 2017

Hello!
Yes, templates for emails are supported. For example:

postmark.emails.send_with_template(
    TemplateId=123,
    TemplateModel={'username': 'Test'}
    From='sender@example.com',
    To='receiver@example.com',
)

Templates API is supported as well. Unfortunately there is not very much info in the documentation - https://postmarker.readthedocs.io/en/stable/templates.html

Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants