theoomoregbee / US-visa-appointment-notifier

This is just a script I put together to check and notify me via email (MailGun) when there's an earlier date before my initial appointment date. It doesn't handle rescheduling.
MIT License
104 stars 57 forks source link

Error when sending email #33

Closed vokabel123 closed 1 year ago

vokabel123 commented 1 year ago

When the code reaches the sending email part, I get this error: [Error: Not Found] { status: 404, details: '404 page not found\n' }. I think this is either the mailgun domain or the API key, I'm taking both from mailgun control panel>sending>overview "API-key" and "API base URL" fields

vokabel123 commented 1 year ago

Nvm, just realized I only had to copy from sandbox.... and not include the https/app....