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.

dev-main 2024-04-03 20:02 UTC

This package is auto-updated.

Last update: 2024-05-03 20:14:38 UTC


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/