ardzo/mail-sender

Library for work with e-mail

1.4.3.4 2018-10-21 22:20 UTC

This package is auto-updated.

Last update: 2024-04-22 10:08:25 UTC


README

Introduction

This is PHP class, which contains full set of functions for sending an e-mail.

Requirements

  • PHP 5.4.43 (maybe works with earlier versions).
  • Windows or Unix.

Using

Copy "MailSender.php" onto server and use it in your script.
Or use Composer - class will loads automatically.
See example code in folder "example".