[Solved] Send email using PHPMailer, Mailgun and HTTP api
You should search before posting. GoDaddy blocks outbound SMTP, but they provide a gateway that you can use instead. This blocks many sending scenarios (such as GoDaddy failing SPF checks). MX records have absolutely nothing to do with outbound mail. You can use PHPMailer with HTTP services like MailGun by using it to construct messages … Read more