Current File : /home/inlingua/public_html/decay_sym/root/var/softaculous/apps/exim/box_msg.json
{
    "blacklist": {
        "subject": "Re: {{subject}}",
        "body": "The user {{acct}} does not accept mail from your address.\r\n\r\nThe headers of the message sent from your address are shown below:\r\n\r\n{{headers}}",
        "required": {
            "subject": [
                "{{subject}}"
            ],
            "body": [
                "{{acct}}",
                "{{headers}}"
            ]
        }
    },
    "returnverify": {
        "subject": "Re: {{subject}}",
        "body": "This message is a reply to a boxtrapper verification message.\r\n\r\nNo action is needed on your part.\r\n\r\nIf you were expecting to be added to the users whitelist please ensure that\r\nthe verification email you responded to contained the correct verify string\r\nin the subject.  Boxtrapper saw the verification key as \"{{msgid}}\".\r\n\r\nThe headers of the message sent from your address are shown below:\r\n\r\n{{headers}}\r\n",
        "required": {
            "subject": [
                "{{subject}}"
            ],
            "body": [
                "{{headers}}"
            ]
        }
    },
    "verifyreleased": {
        "subject": "You have been added to {{fromname}}'s whitelist and your mail has been delivered.",
        "body": "This message is to notify you that your verification was received, and your\r\nemail address was successfully white listed.\r\n\r\nAll pending messages from your address have been delivered to {{fromname}}.\r\n\r\nNo action is needed on your part.\r\n\r\nThe headers of the message sent from your address are shown below:\r\n\r\n{{headers}}",
        "required": {
            "subject": [
                "{{fromname}}"
            ],
            "body": [
                "{{fromname}}",
                "{{headers}}"
            ]
        }
    },
    "verify": {
        "subject": "Your email requires verification verify#{{msgid}}",
        "body": "The message you sent requires that you verify that you\r\nare a real live human being and not a spam source.\r\n\r\nTo complete this verification, simply reply to this message and leave\r\nthe subject line intact.\r\n\r\nOr, you can click the following link:\r\n\r\n{{url}}\r\n\r\nThe headers of the message sent from your address are shown below:\r\n\r\n{{headers}}",
        "required": {
            "subject": [
                "{{msgid}}"
            ],
            "body": [
                "{{url}}",
                "{{headers}}"
            ]
        }
    }
}