2017 © Pedro Peláez
 

library browing-a-mailgun-script

Browning: A Lightweight Mailgun Script using Curl.

image

eustasy/browing-a-mailgun-script

Browning: A Lightweight Mailgun Script using Curl.

  • Wednesday, May 23, 2018
  • by lewisgoddard
  • Repository
  • 1 Watchers
  • 4 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Browning: A Mailgun Script

Browning is a tiny PHP function to send emails with Mailgun, that uses CURL instead of Mailgun's (slightly porky) library.

Normal Code Climate, (*1)

Setup

If possible, make sure you have the following packages installed before using this script. It may work without some of them, but all are recommended. CURL is required. libmagic-dev php-dev libcurl3 php-curl, (*2)

Usage

To use, do somethings like this., (*3)

require '_settings/browning.default.php';
include '_settings/browning.custom.php';
require '_functions/browning/function.browning.php';

$Mail = Browning(
    'recepient@example.com',
    'Message Subject',
    'Text or HTML Body',
    'Sender Name',
    'reply-to@example.com',
    true // debug
);

if ( $Mail['Success'] ) {
    echo '

Success! We managed to send the E-Mail.

'.PHP_EOL; echo '

Thanks for believeing in us., (*4)

'.PHP_EOL; } else { echo '

Sorry, we failed to send the E-Mail.

'.PHP_EOL; echo '

'.$Mail['Error'].', (*5)

'.PHP_EOL; echo ''.; }

The Versions

23/05 2018

dev-master

9999999-dev http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

06/12 2017

dev-add-code-of-conduct-1

dev-add-code-of-conduct-1 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

15/10 2017

0.28.1

0.28.1.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

15/10 2017

0.29.0

0.29.0.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

26/09 2016

0.28

0.28.0.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

24/03 2015

0.27

0.27.0.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

29/01 2015

0.26

0.26.0.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

21/12 2014

0.25

0.25.0.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun

03/12 2014

0.24

0.24.0.0 http://labs.eustasy.org/browning-a-mailgun-script/

Browning: A Lightweight Mailgun Script using Curl.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • lib-curl *

 

mail curl email wrapper mailgun