{if !empty($data)} {if !$data.spf.is_ok || !$data.dkim.is_ok}

{sprintf_wp( 'Sender address %s cannot be used for sending emails via the Webasyst service for the next reasons:', $data.original_from_email )}

{/if} {if $data.is_zone_records_just_created}

{sprintf_wp( 'Necessary records have been added to the DNS zone of domain name %s. Please wait for up to 2 days until these changes take effect.', $data.domain )}

{/if}

[`To prevent messages from being rejected or marked as SPAM by recipients’ servers, the sender’s information will be replaced as follows in the message headers:`]

From: {if !empty($data.from_name)} {$data.from_name|escape} <{$data.from_email|escape}> {else} {$data.from_email|escape} {/if} {if !empty($data.reply_to_email)}
Reply-To: {if !empty($data.reply_to_name)} {$data.reply_to_name|escape} <{$data.reply_to_email|escape}> {else} {$data.reply_to_email|escape} {/if} {/if}

{if !$data.is_public_email_provider && !$data.is_zone_records_just_created && (!$data.spf.is_ok || !$data.dkim.is_ok)}

[`Do not replace sender’s information`]

{/if} {/if}