-
Notifications
You must be signed in to change notification settings - Fork 49
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
How to configure this bundle in Symfony 4? #74
Comments
Hi @Jeeppler,
p.s.: Not sure if you really have to comment url
With this setup, I've made it work. Felipe |
@fluchi thank you. Awesome. Do you want add your explanation to the README.md (create pull request)? |
@fluchi I'm not sure about my situation, but after I installed the bundle. In my config directory, it just add mailgun.yaml. I can't find any find like swiftmailer.yaml or swiftmail.* .So my site is crashing now. Not sure what to do |
@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 works fine. |
@fluchi Before I posted my question, I also tried to create swiftmailer.yaml file in config/packages. But I got another error I also check in vendor/ . I saw cspoo, swiftmailer and mailgun directories in there. I'm not sure where did I go wrong. |
If |
@infomaniac50 I already solved this issue. In my case, I install swiftmailer first I install this bundle. I think the swiftmailer in this bundle does not exist. Therefore, I install swiftmailer first and it works perfectly. |
Could you provide some information in the
README.md
on how to configure this bundle in Symfony 4?Until now I run into the same issue as others have:
However, I think the easiest solution for most of those problems would probably be to add an example configuration for Symfony 4 in the
README.md
.The text was updated successfully, but these errors were encountered: