ardzo/mail-sender

Library for work with e-mail

Installs: 119

Dependents: 1

Suggesters: 0

Security: 0

pkg:composer/ardzo/mail-sender

1.4.3.4 2018-10-21 22:20 UTC

This package is auto-updated.

Last update: 2025-10-22 13:07:00 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".