Unable to send mail via Mailgun over api or smtp

后端 未结 2 426
感动是毒
感动是毒 2020-12-06 11:23

I have setup a new account and not verified my domain. I would like to test and confirm mail-send before proceeding with verification and adding payment information.

2条回答
  •  隐瞒了意图╮
    2020-12-06 12:11

    Faced the same issue while sending emails via api by php curl. I solved it by changing API Base URL https://api.mailgun.net/v3/YOUR_DOMAIN_NAME to https://api.mailgun.net/v3/YOUR_DOMAIN_NAME/messages. It's because their api is not only for sending. Hope this helps.

提交回复
热议问题