brunovlima/notification_email 问题修复 & 功能扩展

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

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

brunovlima/notification_email

Composer 安装命令:

composer require brunovlima/notification_email

包简介

This library is designed to send emails using the phpMailer library. Executing this action in an uncomplicated manner is essential for any system.

README 文档

README

This library is designed to send emails using the phpMailer library. Executing this action in an uncomplicated manner is essential for any system.

To install the library, run the following command:

composer require brunovlima/notification_email

To use the library, simply require the composer’s autoload, invoke the class, and call the method:

<?php

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

USE Notification\Email;

$email = new Email(2, "mail.host.com", "your@email.com", "your-pass", "smtp secure (tls/ssl)", "port (587)",
    "from@email.com", "From Name");

$email->sendEmail("Subject", "Content", "reply@email.com", "Replay Name", "address@email.com", "Address Name");

Note that the entire email sending configuration is using the magic constructor method! Once the constructor method is invoked within your application, your system will be ready to perform the dispatches.

Version 1.0.0 development 2024-04

Sender email settings: image

Recipient email settings: image

Developers

License

MIT Faça bom uso! [//]:# [Bruno Vieira]: mailto:brunoglobalnegocios@gmail.com [phpMailer]: https://github.com/brunovlima/notification_email [linkedin]: https://www.linkedin.com/in/li2/

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-03