2017 © Pedro Peláez
 

library send_mail

A swiftmailer wrapper

image

ukorjidechi/send_mail

A swiftmailer wrapper

  • Tuesday, September 26, 2017
  • by ukor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Send mail

About

Send mail is simple script base on swift mailer, that make sending of emails from your php app a breeze., (*1)

Installation

Note that installing send mail also install swift mailer version(^6.0) and all its dependency., (*2)

```$xslt composer require "ukorjidechi/send_mail:^0.1", (*3)

* Change the _username_ and _password_ property in ``` send_mail.php ```  (The file has been well commented for easy configuration).


### Example
```php
This is the HTML part of the email message";
    $plain_message = "This is the plain part of the email message";
    
    (new \ukorJidechi\mail\send_mail(
                                     $sender_email_addr, $sender_name, 
                                     $recipient_email_addr, $recipient_name, 
                                     $subject, $html_message, $plain_message
                                     ));
}catch(Exception $exception)
{
    echo $exception->getMessage() ."

". $exception->getCode(). "

".$exception->getTraceAsString(); } ?>

Happy coding., (*4)

The Versions

26/09 2017

dev-master

9999999-dev

A swiftmailer wrapper

  Sources   Download

MIT

The Requires

 

by Ukor Jidechi Ekundayo

mail send email swift mailer send mail php mail

26/09 2017

0.1.2

0.1.2.0

A swiftmailer wrapper

  Sources   Download

MIT

The Requires

 

by Ukor Jidechi Ekundayo

mail send email swift mailer send mail php mail

26/09 2017

0.1.1

0.1.1.0

A swiftmailer wrapper

  Sources   Download

MIT

The Requires

 

by Ukor Jidechi Ekundayo

mail send email swift mailer send mail php mail

25/09 2017

0.1.0

0.1.0.0

A swiftmailer wrapper

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • swiftmailer/swiftmail ~6.0

 

by Ukor Jidechi Ekundayo

mail send email swift mailer send mail php mail