{
    "title": "Email Authentication",
    "messages": {
        "success": {
            "title": "Email Authentication Active",
            "details": "SPF/DKIM records are properly configured through {plugin_name}. This helps ensure your emails reach their destination and aren't marked as spam.",
            "steps": [
                "Keep your email plugin updated",
                "Monitor your email delivery success",
                "Run periodic email tests",
                "Check spam folder reports"
            ]
        },
        "error": {
            "title": "Email Authentication Not Detected",
            "details": "Your emails might be marked as spam because authentication is not set up. Adding authentication helps prove your emails are really from your website.",
            "steps": [
                "Install WP Mail SMTP Pro, Post SMTP Pro or another email plugin that supports SPF and DKIM",
                "Use the plugin's setup wizard for authentication",
                "Follow the plugin's DNS setup guide",
                "Send a test email to verify setup"
            ]
        }
    },
    "learn_more": {
        "description": "Email authentication protocols like SPF and DKIM help verify that emails are actually from your domain, reducing spam and improving deliverability.",
        "benefits": [
            "Improved email deliverability",
            "Protection against email spoofing",
            "Enhanced sender reputation",
            "Reduced spam complaints"
        ],
        "recommended_plugins": [
            {
                "name": "WP Mail SMTP",
                "type": "Pro"
            },
            {
                "name": "Post SMTP",
                "type": "Pro"
            }
        ]
    }
}