skip to Main Content

Cannot Access Laravel via HTTPS

I am having an issue accessing my site using https. Here is the layout domain.com -> Has SSL certificate -> works perfectly subdomain.domain.com -> Has SSL certificate covering the subdomain -> ISSUES - This subdomain has an A DNS record…

VIEW QUESTION

I try to send mail using Laravel but Error occurs

When i try to send mail using Laravel but error occurring like this "Connection to "process /usr/sbin/sendmail -bs -i" has been closed unexpectedly." enter image description here this is my env `MAIL_MAILER=sendmail MAIL_HOST=smtp.googlemail.com MAIL_PORT=567 MAIL_USERNAME=*******.com MAIL_PASSWORD="******" MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS="********.com" MAIL_FROM_NAME="${APP_NAME}"` ..

VIEW QUESTION
Back To Top
Search