-
Notifications
You must be signed in to change notification settings - Fork 28
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
SMTP Issue #47
Comments
@athornfam2 under the directory you've installed Cachet there should be a directory called |
I am also having a problem with mail. I am able to get my settings set, but whenever I try to send a test email or add a subscriber, I get a 500 error. Log for sending a test email: https://pastebin.com/nkk1tuZt |
@LilTrublMakr just to double check, the email address(s) approved on mailgun to send emails from is the same one Cachet is trying to send as? |
I have the email address set up through mailgun, yes. As far as them getting approved to be sent, looking at the logs, I see no indication that they are even making it that far. |
|
For me, as soon as I add all the necessary information back into the Mail section on the WWW page it reverts all information back to log/testing like it doesn't even keep the data. When I manually put the information into mailgun it crashes the entire app. |
Yeah, still getting nowhere. I have tried using SMTP and Mailgun, and test mode and all of them result in a 500 error when sending a test. I know that Mailgun should work because I use it in multiple other applications and it works. I think the 500 is throwing before the email can even make it to Mailgun because I am not seeing any logs in Mailgun that it is making it that far. |
Ok... So the settings don't save from within Cachet... I had to change the environment variables in docker to get them to stick. Switching from "mailgun" to "smtp" worked for me. I am able to send test emails and add subscribers now. |
Where would you change that under a vanilla linux install? /var/www/html/cachet |
Are you using Docker? If you aren't: If you are using Docker, edit your docker file or docker-compose file to change it. |
So, that's where my original issue came from. When I manually change the .env file it crashes with the image in my first post. |
Did you restart the container after making the edit? Maybe even make the edit with the container stopped? |
I'm on Cachet... I'm having issues with configuring and setting "mail" settings. When I go to the Mail section no matter what I put in and save... no errors but when I go to another page and then back or just attempt to test it the app wipes out all of my configured settings. I've also gone into the .env file and set the appropriate settings then do this sudo php artisan config:cache but I eventually get this page (which isn't good)
The text was updated successfully, but these errors were encountered: