mastercode/emailsender 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mastercode/emailsender

Composer 安装命令:

composer require mastercode/emailsender

包简介

This application (class) does the sending of emails used in the phpmailer library.

README 文档

README

Notification library via email using PHPMailer class

This library has the function of sending email using the phpmailer library. Doing this action in an uncomplicated way is essential for any system.

To install the library, run the following command:

composer require mastercode/emailsender

To use the library, just require composer to autoload, invoke the class and call the method:

<?php

require __DIR__ . '/vendor/autoload.php';

USE MasterCode\Email\Email;

$mail = new Email("smtps.domain.com", "sender@domain.com", "12345678", "sender@domain.com", "My Name");

$mail->sendEmail("receiver@domain.com", "Receiver Name", "Contact By Site", "Here is the formulary message by your site.", "client@email.com", "Client Name");

Note that the entire configuration of sending the email is using the magic constructor method! Once the constructor method is invoked within your application, your system will be able to trigger the triggers.

Developer

  • [Lucas A. R. Volpati] | lucas.volpati@outlook.com - Developer of this library and tutor of the Composer in Practice course!
  • [phpMailer] - Lib to send Email

License

MIT - Make good use.

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-02-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固