Webiondev123's avatar

Mailgun password reset error Expected response code 250 but got code "554", with message "554 Free accounts are for test purposes only. Please upgrade or add the address to authorized recipients in Account Settings. "

Expected response code 250 but got code "554", with message "554 Free accounts are for test purposes only. Please upgrade or add the address to authorized recipients in Account Settings. "

I have my domain set up.. I want the email to be [email protected] Here is my setup in laravel

MAIL_DRIVER=smtp MAIL_HOST=smtp.mailgun.org MAIL_PORT=587 [email protected] MAIL_PASSWORD=mailgun given password MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS: [email protected] MAIL_FROM_NAME: mydomain

I have put the secret key in services.php

'mailgun' => [ 'domain' => env('mg.mydomain.com'), 'secret' => env('key'), ],

Can you help me make it work before I can buy..If I am unable to make it work, I wont be buying any plans.

Thanks

0 likes
3 replies
shez1983's avatar

i dont know what you are tying to do with this; Mailgun password reset error Expected response code 250 but got code "554

but the second part is easy when you are sending emails to [email protected] (for example) - u need to add that email in the Mailgun domain settings as authorised.. the error is self explanatory and a simple google would have told you the answer....

Webiondev123's avatar
Webiondev123
OP
Best Answer
Level 2

It is SO eaaasy to set up with google....

1 like

Please or to participate in this conversation.