How to Send an Email with Attachments in ASP.NET Core

Описание к видео How to Send an Email with Attachments in ASP.NET Core

►► Check out our courses: https://bit.ly/cdmz-courses
►► Support us on Patreon and get the source code:   / codemaze  

IMPORTANT: We strongly suggest reading our article on this topic to see how to enable the Application password feature for Gmail to be able to send emails with less secure apps. You can't use your own passwords anymore as Google has blocked the usage of less secure apps in Gmail.

In this video, we are going to learn how to send an Email in ASP.NET Core. We are going to use synchronous and asynchronous ways to do that. Additionally, we are going to show you how to add attachments to the email message.

LINKS MENTIONED IN THE VIDEO:
To visit the whole article and download the source code visit:
►► https://code-maze.com/aspnetcore-send...
To visit our site:
►► https://code-maze.com/

FOLLOW US ON SOCIAL MEDIA!
►►   / marinko-spasojevic  
►►   / codemazeblog  
►►   / codemazeblog  

VIDEO SUMMARY:
In this video, we are going to learn how to send an email in the ASP.NET Core application. We are going to start with the simple project creation and creating a basic email configuration. Once we finish that, we are going to install the required Mailkit library and create the logic to send email messages from ASP.NET Core.

We are going to show you both the synchronous and asynchronous ways to send email messages in ASP.NET Core and how to change the email body from plain text to pure HTML.

Finally, we are going to learn how to include attachments in the email message.

Комментарии

Информация по комментариям в разработке