# PHPMailer **Repository Path**: misoag/PHPMailer ## Basic Information - **Project Name**: PHPMailer - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##使用方式 include 'PHPMailer/send.php'; $subject = "测试标题"; $html = "测试内容"; sendmail($subject, $html);