Can i.send mail.express on.sunday

Mailgun's Mailgun Express (also known as Mailgun SMTP) is a service that allows you to send emails programmatically using your own email server. By default, Mailgun's Express service is only available Monday to Saturday, from 12:00 AM to 11:59 PM UTC.

According to Mailgun's documentation, Sunday is considered a non-business day, and as such, you will not be able to send emails using Mailgun Express on Sundays.

However, you can use Mailgun's API to send emails on Sundays, but you will need to use a different endpoint, such as the POST /messages endpoint, which allows you to send emails using the Mailgun API.

Here are the details:

If you need to send emails on Sundays, you can use the Mailgun API to send them. You can use a programming language of your choice (e.g., Python, Node.js, Ruby) to send emails using the Mailgun API.

Keep in mind that you will need to have a valid Mailgun account and a Mailgun API key to use the API.