承接 brunovlima/notification_email 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱: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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固