# 邮件发送示例程序 **Repository Path**: cainiao-community/EmailSendDemo ## Basic Information - **Project Name**: 邮件发送示例程序 - **Description**: 基于MailKit的邮件发送示例程序 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-19 - **Last Updated**: 2025-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Email Send Demo This is a demo project to test sending emails. * The `Password` of `Abp.Mailing.Smtp.Password` in `appsettings.json` file needs to encrypt! * Please use the `IStringEncryptionService` to encrypt the plain text password. * Note that encryption may be affected by the configuration of `StringEncryption:DefaultPassPhrase` in `appsettings.json`.