You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to enable the SMTP configuration in the docker-compose or environment variables, configuration, anything when running this docker image?
Right now I have to login to freescout after, goto settings, then configure SMTP to connect to my mail server. Looking for a SMTP_HOST, SMTP_USER, SMTP_PASSWORD, type settings. Thanks
The text was updated successfully, but these errors were encountered:
The SMTP commands are actually for PHP configuration, not for freescout. You could use the options within freescout to use the php mail() function, but at this time you are better off continuing entering your SMTP details manually per mailbox.
The SMTP commands are actually for PHP configuration, not for freescout. You could use the options within freescout to use the php mail() function, but at this time you are better off continuing entering your SMTP details manually per mailbox.
Is there anyway to generate the encrypted smtp password on the command line? Then I could insert it into the 'options' database table along with the user, host, etc. Thanks
I think you would want to request that as a feature to the Freescout developers to be added as an artisan:freescout command. I do know that the encryption relies on the APP_KEY variable, but not much more to be honest. Perhaps a dive through the laravel docs also may help?
Is there anyway to enable the SMTP configuration in the docker-compose or environment variables, configuration, anything when running this docker image?
Right now I have to login to freescout after, goto settings, then configure SMTP to connect to my mail server. Looking for a SMTP_HOST, SMTP_USER, SMTP_PASSWORD, type settings. Thanks
The text was updated successfully, but these errors were encountered: