kimbalt / mailerloop
Installs: 58
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Language:Java
pkg:composer/kimbalt/mailerloop
Requires
- php: >=5.2.0
This package is not auto-updated.
Last update: 2025-09-23 12:27:26 UTC
README
Official PHP wrapper for MailerLoop API
Methods
setRecipient( $email [, $name = null ] )
'name' parameter is optional.
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.