2017 © Pedro Peláez
 

library utf-mailer

image

denismitr/utf-mailer

  • Saturday, March 31, 2018
  • by denismitr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

UTF-Mailer

Easy PHP class for sending emails. Avoids all the spam filters. Uses templates. Easy to use and does not require any dependencies, (*1)

Version 2

Usage

    $template = (new Template('/path/to/tempaltes/'))->render('contacts', $attributes);

    UTFMail::to('email@email.com')
        ->from('My Name', 'my@email.com')
        ->title('My message')
        ->body($template)
        ->send();

The Versions

31/03 2018

v2.0.0

2.0.0.0

  Sources   Download

27/06 2016

dev-master

9999999-dev

My Mailer that avoids all the spam filters

  Sources   Download

MIT

The Requires

  • php >=5.5

 

mail php

27/06 2016

v2.0.2

2.0.2.0

My Mailer that avoids all the spam filters

  Sources   Download

MIT

The Requires

  • php >=5.5

 

mail php

27/06 2016

v2.0.1

2.0.1.0

My Mailer that avoids all the spam filters

  Sources   Download

MIT

The Requires

  • php >=5.5

 

mail php