Send email from my custom mailgun SMTP address

nik_m picture nik_m · Feb 3, 2017 · Viewed 10.1k times · Source

Sorry if I have not understood something but (I believe) I have searched enough for this.

  1. First things first: I have successfully set up my domain (mydomain.gr) which has been verified.
  2. I have created a custom SMTP address ([email protected]).
  3. I have created a route which forwards everything sent at *@mydomain.gr to my personal Gmail address.
  4. Test 1: If I send an email from an external address ([email protected]) to [email protected] it is forwarded to my personal Gmail. OK!
  5. Test 2: If I send from [email protected] to any external address ([email protected]) I get the error Free accounts are for test purposes only. Please upgrade or add the address to authorized recipients in Account Settings. Of course the password is correct while sending. Otherwise another error is raised.

I think I have missunderstood some things...

So here comes my question:

How can I send email from my custom SMTP email address? (I do not wish to upgrade my account since this -free- Mailgun account will handle very small amount of emails. So, 10K are more than enough for me.)

Answer

nik_m picture nik_m · Feb 5, 2017

OK. After some emails with the mailgun team I finally figure it out!

All I had to do was to upgrade my account (just enter credit card info). Now I can send email from [email protected] to anyone.

Thank you mailgun!