Using the deliverytime parameter
-
Love the plugin!!
So I would like to take advantage of the deliverytime parameter offered by mailgun. Here is their plain PHP sample:
$result = $mgClient->sendMessage($domain, array(
‘from’ => ‘Excited User <YOU@YOUR_DOMAIN_NAME>’,
‘to’ => ‘Baz <[email protected]>’,
‘subject’ => ‘Hello’,
‘text’ => ‘Testing some Mailgun awesomness!’,
‘o:deliverytime’ => ‘Fri, 25 Oct 2013 23:10:10 -0000’Is there a way to add yhe ‘o:deliverytime’ parameter using the plugin.
And how do I donate to you?
Cheers
Emerlea
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using the deliverytime parameter’ is closed to new replies.