Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Authentication #46

Closed
GuiAndra opened this issue Dec 5, 2017 · 1 comment
Closed

Error Authentication #46

GuiAndra opened this issue Dec 5, 2017 · 1 comment

Comments

@GuiAndra
Copy link

GuiAndra commented Dec 5, 2017

Hello, i'm getting this error "Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required " ".

I believe it's the email setup

To make my submissions, I need it to be different emails, so I set the email before sending it this way:

Config :: set ('mail.host', '$host');
Config :: set ('mail.username', \ Auth :: user () -> email);
Config :: set ('mail.password', \ Auth :: user () -> pass_email);
Config :: set ('mail.port', $port);
Config :: set ('mail.encryption', 'ssl');

I think this is generating the error

How can i fix this?

@jdavidbakr
Copy link
Owner

jdavidbakr commented Dec 5, 2017

That seems a little convoluted, it seems that you're making it more complicated than you should. At any rate, this sounds like a Laravel configuration issue, not an issue with this package - you might want to try asking at one of the Laravel community forums or in the Laravel slack channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants