fluchi

Results 5 comments of fluchi

Hi @Jeeppler, Setting up this on Symfony 4 is slight different. 1. Add you Mailgun credentials on .env.dist (add the same lines on .env, just in case) ``` MAILGUN_DOMAIN= MAILGUN_API_KEY=...

@PhongNguyen512, try to create those files manually. On my case, they weren't create via composer due to permission issues (if I'm non mistaken). Then I've create them manually and everything...

I've put setting right [here](https://github.com/tehplague/swiftmailer-mailgun-bundle/issues/74#issuecomment-428552701). If I didn't miss anything, it should work.

Hi @kaerer , I see your point about storing rules. If I got it right, I've done it saving on both a yaml file and database. I've used a yaml...

Hi @judodan , on my case, I have a set of rules on a database that tells me "when" to run a command, something like "run foobar after noon". Based...