View Single Post
  #3  
Old 24th January 2019, 18:06
noaptus noaptus is offline
Senior Member
 
Join Date: Mar 2010
Iceland
Posts: 18
Default API for MovieDB
API keys for the MovieDB.

Also Now I'm unable to login do to I have enabled the recaptcha.

Where can I manually edit this.

Bump: This is the sendmail settings that I have.

MAIL_DRIVER=sendmail
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=domain@gmail.com
MAIL_PASSWORD=passwd
MAIL_ENCRYPTION=TLS
MAIL_FROM_NAME=MYNAME
MAIL_FROM_ADDRESS=domain@gmail.com


And when I do php artisan test:email

I get his error.

Sending Test Email To ["domain@gmail.com"]
Failed!
************************************************** *********************************
* Email failed to send. Please review your mail configs in the .env file. *
************************************************** *********************************

What am I doing wrong?

Bump: I got all fixed except the mail.

Bump: I can connect my mail server via telnet.

root@hq:/var/www/html# telnet mail.domain.com 465
Trying ip.ip.ip.ip...
Connected to vefeind.com.
Escape character is '^]'.

But I'm unable to send a test mail.