You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From (input text)
In-Reply-To (input text)
To (textarea, can be separated by comma, semicolon or new line)
Title (input)
HTML (textarea) => no wysiwyg editor
Text (textarea)
Sample Mailgun code to execute:
$res = $mailer->sendMessage("graphjs.com", [
"from" => "GraphJS <[email protected]>",
'to' => $to,
'subject' => '[FINAL NOTICE] Your data will be lost',
'text' => $TXT,
'h:Reply-To' => "[email protected]"
//"o:deliverytime" => (new \DateTime('now', new \DateTimeZone('UTC')))->add(new \DateInterval("PT60M"))->format('r')
]);
Important Notes
Any link entered should be tracked, there may be a second page under this same tab where we can see the opens, clicks by aggregate numbers as well as per person. See Mailgun API for that.
There should be a server variable (that's 5 secs by default) that sets how long in between each message to send. For two emails for example, first message sent right away, second 5 secs later, so on and so forth.
The text was updated successfully, but these errors were encountered:
Like an email campaign manager.
The following fields are required:
From (input text)
In-Reply-To (input text)
To (textarea, can be separated by comma, semicolon or new line)
Title (input)
HTML (textarea) => no wysiwyg editor
Text (textarea)
Sample Mailgun code to execute:
Important Notes
Any link entered should be tracked, there may be a second page under this same tab where we can see the opens, clicks by aggregate numbers as well as per person. See Mailgun API for that.
There should be a server variable (that's 5 secs by default) that sets how long in between each message to send. For two emails for example, first message sent right away, second 5 secs later, so on and so forth.
The text was updated successfully, but these errors were encountered: