FAC-11 / the-ticket-bank

Ticket Bank: ticket donation charity platform prototype
5 stars 1 forks source link

Write test for Postmark API #39

Open absorpheus opened 7 years ago

absorpheus commented 7 years ago

Write a test to check if Postmark API is sending outbound emails

absorpheus commented 7 years ago

Testing

For testing purposes, Postmark lets you send test emails that won’t actually get delivered to the recipient. This method is typically used to verify that your data is valid. You can do this by passing POSTMARK_API_TEST as your server API token.

I've just written a test to check if Postmark API sends outbound emails, please include this line into the config.env file:

POSTMARK_TEST_KEY=POSTMARK_API_TEST