Home Forums WordPress Plugins Mailgun Bulk Mailer Error Reply To: Mailgun Bulk Mailer Error

#29868
MM
Participant

This did not fix yet.

From Mailgun support

Your account is currently active so if you need help with sending with the API, here is some information that should help you in sending:

https://documentation.mailgun.com/en/latest/user_manual.html#sending-via-api

Sending a plain text message:

curl -s --user 'api:YOUR_API_KEY' \ https://api.mailgun.net/v3/YOUR_DOMAIN_NAME/messages \ -F from='Excited User <mailgun@YOUR_DOMAIN_NAME>' \ -F to=YOU@YOUR_DOMAIN_NAME \ -F [email protected] \ -F subject='Hello' \ -F text='Testing some Mailgun awesomeness!'

Please advise.