<?php
$secret_key['pr'] = '%%SECRETKEY%%';
$recipients = [
'pr' => [
%%RECIPIENTS_PR%%
]
];
$from = 'From: %%SMTP_FROM%%';