19 lines
737 B
TOML
19 lines
737 B
TOML
# User Constants - Update as needed
|
|
batch_size = 500 # Max 500 messages per batch: https://postmarkapp.com/developer/api/templates-api#send-batch-with-templates
|
|
test_email = "" # Fill this in with your own email address
|
|
|
|
# Handmade Cities Credentials - DON'T TOUCH
|
|
[hmc]
|
|
api_url = "https://api.handmadecities.com/v1/meetups/subscribers"
|
|
shared_secret = "Land_OF_TERminA__MAJORAS_LAIR#666!"
|
|
city = "Termina"
|
|
|
|
# Postmark App Credentials - NO TOUCHY TOUCHY
|
|
[postmark]
|
|
server_token = "37967b9a-6b1c-430e-a65f-de043de3e568"
|
|
api_url = "https://api.postmarkapp.com/email/batchWithTemplates"
|
|
template_id = 35682307
|
|
sender_name = "Skull Kid"
|
|
sender_email = "majora@handmadecities.com"
|
|
message_stream = "termina"
|