David De Sloovere
David De Sloovere
Yup, I also still see this weekly.
Thanks for moving this to core! Awesome job. Just 'migrated' and after some device/entity id renames everything seems to be working fine.
I would remove the HACS version though. Might get confusing after a while.
Delete the integration from HACS and add official one on the integration page. You might want to check any automations for device/entity ids that might change. (off topic, check [watchman](https://github.com/dummylabs/thewatchman))
You can create a decorator for the mail sender and check the content there. ``` /// /// Decorator for FluentEmail.Core.Interfaces.ISender. /// public class CustomMailSender : ISender { ... } ```...
Because I could not get this working with minimal code, and didn't to go and change a lot of code, I opted for **injecting the service into a property of...
Works on my machine, with .NET 5. Looking at the stacktrace, it's not an issue via FluentEmail, but with the SmtpClient and the mailserver.
Are you sure you are using the same smtp server and you are connecting to it from the same network? Might be a relay issue, were you can call it...
I only needed `true` in my .NET 5 web application. Is an issue with RazorLight rather than FluentEmail afaik.
I have spend a few hours trying to get docker running on the new Pi Zero W I got yesterday. Have given up and found another way: HypriotOS! A raspbian...