Thank you all for watching and for your support. ►► If you want to check out all our courses you can do that here: courses.code-maze.com/courses/
@Miraziz-dotnet3 ай бұрын
Great tutorial as usual!
@CodeMaze3 ай бұрын
Thank you! Cheers!
@STEVESTACELАй бұрын
Thank you very much. You are awesome.
@CodeMazeАй бұрын
I am glad the video was helpful. I am trying to help as much as I can. Thank you for the membership and watching the video.
@code_blooded1943 ай бұрын
Perfect and Precise.
@CodeMaze3 ай бұрын
Thank you! Glad you think so.
@tommylg97483 ай бұрын
Love this channel ❤❤
@CodeMaze3 ай бұрын
Thanks a lot. It is great to hear that.
@10Totti3 ай бұрын
Great video thanks!
@CodeMaze3 ай бұрын
You're welcome! Thank you for watching this one.
@joejoe245226 күн бұрын
So it only works with some what if users have different emails like Gmail, yahoo, hotmail can email still be send to everyone successfully
@CodeMaze26 күн бұрын
You can send an email to any provider. Once you prepared your server to send your emails from, you can use the app to send those emails to any email address.
@joejoe245226 күн бұрын
@@CodeMazewill it work just by following everything in the video or need additional configuration need not shown on video also what happens from @4:44 to @4:55 it change from namespace .Services to .Model why?
@CodeMaze26 күн бұрын
No, you don't need any additional configuration. You only need to setup your server that you will use to send your emails from. Other than that, everything is in the video. Here I didn't setup Gmail as the server because it would require a lot more configuration but I linked the video where I use Gmail to send emails so you can watch that one. Regarding the second question - namespace is not changed, just the using directive was added because I am using an object from different namespace.
@STEVESTACELАй бұрын
Do you have a video with FluentMail being used with Gmail
@CodeMazeАй бұрын
No, I didn't want to include Gmail here because it is a bit harder to set it up with all the GMail restrictions and app passwords. But, as I said in the video, I have another one where I use MailKit library with Gmail, you can find it linked in the description.
@X3noic3 ай бұрын
great video
@CodeMaze3 ай бұрын
Glad you enjoyed it
@FabianoNalin3 ай бұрын
Thanks a lot.
@CodeMaze3 ай бұрын
Most welcome! Thanks for watching this one.
@marshallkoo52943 ай бұрын
Can you explain the MassTransit
@CodeMaze3 ай бұрын
Here you are: kzbin.info/www/bejne/mqqziZScpdR4oLM There are a lot more videos arranged in different playlists so maybe you can find something useful as well. Regards.
@CleonLe3 ай бұрын
Waiting for the link
@CodeMaze3 ай бұрын
What link are we talking about?
@CleonLe3 ай бұрын
3:48@@CodeMaze
@CodeMaze3 ай бұрын
Yeah, I am so sorry. Forgot to add it. I will add it soon, but you can search my videos for "send emails with attachments" and you will find it for sure.
@CodeMaze3 ай бұрын
The link is added now. Thank you for the suggestion.