FarallonesHoldings Posted April 2, 2020 Report Share Posted April 2, 2020 Hi everyone, In our airline we use Google Cloud Platform // cloud computing and for security reasons mailings can only be made through external clients in our case we are using mailgun and so we can send emails normally from our webmail and the mailgun statistics show exactly that. The problem arises with phpVMS, I'm not sure, it is most likely the fault of how we are configuring it, but we do what we think is logical in the config. If you can help us with instructions on how to configure it in more detail, because the phpVMS documentation is very general on this topic, we would greatly appreciate it. Quote Link to comment Share on other sites More sharing options...
web541 Posted April 2, 2020 Report Share Posted April 2, 2020 Is that section in your config.php, or have you added more info in your .env file? Yeah, the docs aren't quite up to date just yet, but once you've added that info the emails should work normally through Mailgun. If you try to send an email (for example the password reset email), does it go through Mailgun (or at all)? If you search Google for "Using Mailgun with Laravel" and you may get more info. Quote Link to comment Share on other sites More sharing options...
FarallonesHoldings Posted April 3, 2020 Author Report Share Posted April 3, 2020 8 hours ago, web541 said: Is that section in your config.php, or have you added more info in your .env file? Yeah, the docs aren't quite up to date just yet, but once you've added that info the emails should work normally through Mailgun. If you try to send an email (for example the password reset email), does it go through Mailgun (or at all)? If you search Google for "Using Mailgun with Laravel" and you may get more info. Hello, thanks for your answer, that's right, that is our configuration of config.php and then look for what you tell me and I found the mailgun support another website where they explain very well what to do, same I tried and it did not work with the email of recover key, there will not be a way to debug or trace the emails that try to send phpVMS and see what error they generate. Of course I also added the lines that said those posts to .env but nothing Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 15, 2020 Administrators Report Share Posted April 15, 2020 The config looks right, have you looked in the storage/logs/laravel.log file? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.