{
    "feature_name": "SMTP Configuration",
    "messages": {
        "success": {
            "title": "SMTP Plugin Active",
            "details": "Your site is using {plugin_name} for SMTP configuration, ensuring reliable email delivery.",
            "steps": [
                "Verify SMTP settings are correctly configured",
                "Test email delivery periodically",
                "Monitor email delivery success rates"
            ]
        },
        "error": {
            "title": "No SMTP Plugin Detected",
            "details": "We don't detect any of our recommended SMTP plugins on your site. While you may be using a different email solution, using popular SMTP plugins helps ensure reliable email delivery.",
            "steps": [
                "Install an SMTP plugin for reliable email delivery",
                "Configure SMTP settings with your email provider",
                "Test email delivery after configuration"
            ]
        }
    },
    "learn_more": {
        "description": "SMTP configuration ensures reliable email delivery by using a proper email sending service instead of the default PHP mail function.",
        "benefits": [
            "Improved email deliverability",
            "Reduced chance of emails going to spam",
            "Better email tracking and logging",
            "Professional sender reputation"
        ],
        "recommended_plugins": [
            {
                "name": "WP Mail SMTP",
                "type": "Free/Pro"
            },
            {
                "name": "Post SMTP",
                "type": "Free"
            },
            {
                "name": "Easy WP SMTP",
                "type": "Free"
            },
            {
                "name": "FluentSMTP",
                "type": "Free"
            },
            {
                "name": "GoSMTP",
                "type": "Free"
            },
            {
                "name": "Mailgun",
                "type": "Free"
            },
            {
                "name": "Brevo",
                "type": "Free"
            }
        ]
    }
}