First of all, I appreciate the help.
You know, I installed ghost last year on a server and the process went well. I hooked it up to a gmail account without any issues. Then came the ghost update, the upgrade got botched somehow and I simply deleted the server. Now that I’m trying to get it working again, I can not figure it out. And one thing that bugs me endlessly is not being able to figure something out.
I tried multiple combinations, but none of them worked. Nearing the end of the little hamster running around I decided to keep the gmail config but adding "service": "Mailgun"
, because why not?
I searched the web for a substantial amount of time, and apparently my search foo isn’t up to standards yet. And I am out of ideas. We know that gmail should work. The question is why isn’t it working?
Edit: It seems there is a limit to the message length… It cut out 2/3rd’s of the snippet below.
"service": "Gmail", (deleted)
"secure": false,
"port": 587,
Error sending email! Error sending email: Failed to send email. Reason: Invalid login - 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials b17sm3825528pgl.61 - gsmtp. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secure": true,
"port": 587,
Error sending email! Error sending email: Failed to send email. Reason: Invalid login - 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials n23sm3775369pgv.76 - gsmtp. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secure": false,
"port": 465,
Error sending email! Error sending email: Failed to send email. Reason: Greeting never received. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secure": true,
"port": 465,
Error sending email! Error sending email: Failed to send email. Reason: Greeting never received. Please check your email settings and resend the invitation.
CHANGED TO DEFAULT THEME
"service": "Gmail", (deleted)
"secureConnection": true,
"port": 465,
Error sending email! Error sending email: Failed to send email. Reason: Invalid login - 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials l12sm3467421pff.182 - gsmtp. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secureConnection": false,
"port": 465,
Error sending email! Error sending email: Failed to send email. Reason: Greeting never received. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secureConnection": false,
"port": 587,
Error sending email! Error sending email: Failed to send email. Reason: Invalid login - 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials fz10sm3077340pjb.40 - gsmtp. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secureConnection": true,
"port": 587,
Error sending email! Error sending email: Failed to send email. Reason: 139807638235008:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332: . Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secureConnection": true,
"port": 587,
"user": "username" //removed @gmail
Error sending email! Error sending email: Failed to send email. Reason: 140104037279616:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332: . Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secureConnection": true,
"port": 465,
"user": "username" //removed @gmail
Error sending email! Error sending email: Failed to send email. Reason: Invalid login - 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials y7sm6964069pjb.52 - gsmtp. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secureConnection": false,
"port": 465,
"user": "username" //removed @gmail
Error sending email! Error sending email: Failed to send email. Reason: Greeting never received. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secure": false,
"port": 465,
"user": "username" //removed @gmail
Error sending email! Error sending email: Failed to send email. Reason: Greeting never received. Please check your email settings and resend the invitation.
"service": "Gmail", (deleted)
"secure": true,
"port": 465,
"user": "username" //removed @gmail
Error sending email! Error sending email: Failed to send email. Reason: Greeting never received. Please check your email settings and resend the invitation.