2017 © Pedro Peláez
 

library mailer

Mailer

image

nymphaion/mailer

Mailer

  • Wednesday, April 18, 2018
  • by alexslipknot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Mailer

Version Downloads License, (*1)

Simple SMTP mailer, (*2)

Example

// If you're testing this script you have to set SERVER_NAME
putenv("SERVER_NAME=website.com");

(new Nymphaion\Mail\Smtp('smtp.mail.com', 'sabrina@mail.com', 'super_password'))
    ->sender('Sabrina')
    ->to('mykola@gmail.com')
    ->html('<p>Hello man!</p>')
    ->send();
}

The Versions

18/04 2018

dev-master

9999999-dev

Mailer

  Sources   Download

MIT

The Requires

  • php >=7.1

 

library mailer smtp

18/04 2018

0.1

0.1.0.0

Mailer

  Sources   Download

MIT

The Requires

  • php >=7.1

 

library mailer smtp