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

MAILGUN_DOMAIN='mailgun domain' what will be the domain #21

Closed SumitMistry closed 1 year ago

SumitMistry commented 1 year ago

I saw your config file[https://github.com/theoomoregbee/US-visa-appointment-notifier/blob/main/.env.example] line-15 asking for MAILGUN_DOMAIN='mailgun domain' but I dont know what value i put it there from the below mailgun info I have...

My mailgun account gave me the following:

`curl -s --user 'api:b**84a-7****2f' \ https://api.mailgun.net/v3/sandbox37****************22.mailgun.org/messages \ -F from='Mailgun Sandbox postmaster@sandbox37****************22.mailgun.org' \ -F to='Sam **@outlook.com' \ -F subject='Hello Sam' \ -F text='Congratulations Sam, you just sent an email with Mailgun! You are truly awesome!'

Your guidance will be appreciated. Thank you in advance

jluiz20 commented 1 year ago

The domain that I used I found under Sending->Domains. It is the sandboxXXX.mailgun.org value.

image

theoomoregbee commented 1 year ago

Thanks, @jluiz20.

SumitMistry commented 1 year ago

Thanks @jluiz20