# DotNet-MailkitLearn **Repository Path**: yus1977/DotNet-MailkitLearn ## Basic Information - **Project Name**: DotNet-MailkitLearn - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MailKit学习 使用MailKit发邮件 Mailkit地址: https://github.com/jstedfast/MailKit 中文文章: https://blog.csdn.net/sD7O95O/article/details/89334103 ```c# //安装组件 Install-Package MailKit ```