2017 © Pedro Peláez
 

library mailerloop

image

kimbalt/mailerloop

  • Sunday, October 23, 2016
  • by kareiva
  • Repository
  • 6 Watchers
  • 0 Stars
  • 35 Installations
  • Java
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MailerLoop API

Official PHP wrapper for MailerLoop API, (*1)

Methods

setRecipient( $email [, $name = null ] )

'name' parameter is optional., (*2)

setApiKey( $apiKey )

setVariables( $variables )

setVariable( $name, $value )

setTemplate( $id )

setLanguage( $code )

addRecipient( $email, $variables [, $attachments = array() ] )

addRecipients( $recipients )

$recipients must be an array of arrays. each of recipient must have fields 'email' and 'variables'. Optionally each recipient can have 'attachments' field. Each attachment mush have 'filename' and 'content' fields., (*3)

addAttachment( $filename, $content )

send()

Unused methods:

setFromName( $name )

setFromEmail( $email )

setType( $type )

The Versions

23/10 2016

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.2.0

 

mailerlite mailerloop