dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Sam Jordan
0.1
0.1.0.0
MIT
The Requires
The Development Requires
by Sam Jordan
Wallogit.com
2017 © Pedro Peláez
A wrapper round the contactform.me service, (*1)
It is created and maintained by the Netsells team, (*2)
$postman = new Netsells\ContactFormMe\Postman('CFMEPOSTIDENTIFIERHERE');
$postman->deliver([
'name' => 'Sam Jordan',
'email' => 'sam@netsells.co.uk',
'message' => 'Hello! This is a postman test.',
]);
You can also specify the form name in the second argument of the constructor., (*3)
$postman = new Netsells\ContactFormMe\Postman('CFMEPOSTIDENTIFIERHERE', 'quote_form');
MIT
MIT