Hello
Our trial mode messages see to work, but the "From" address and name are server defaults
e.g. From: Apache <[email protected]>
Is there a place to configure this in the API or in the /usr/local/sb/config file?
Also, can we get the trial mode messages to send in HTML instead of plain text? the parameter passed is: initialMailHtml but it does not render correctly.
The API call is like ...
$message = '
Dear %siteOwnerName%,
etc ...
';
$properties = array(array(
'localeCode' => 'en_US',
'messages' => array(
'initialMailSubject' => $subject,
'initialMailHtml' => $message
)
));
$wpbApi->requestToApi('/system/trial-mode/messages/', WpbApi:
UT, array($properties));
We are using 11.5 Standalone on CentOS
Thanks
Our trial mode messages see to work, but the "From" address and name are server defaults
e.g. From: Apache <[email protected]>
Is there a place to configure this in the API or in the /usr/local/sb/config file?
Also, can we get the trial mode messages to send in HTML instead of plain text? the parameter passed is: initialMailHtml but it does not render correctly.
The API call is like ...
$message = '
Dear %siteOwnerName%,
etc ...
';
$properties = array(array(
'localeCode' => 'en_US',
'messages' => array(
'initialMailSubject' => $subject,
'initialMailHtml' => $message
)
));
$wpbApi->requestToApi('/system/trial-mode/messages/', WpbApi:
We are using 11.5 Standalone on CentOS
Thanks