{
    "status": "success",
    "step": "connect",
    "error": null,
    "mailErrorInfo": null,
    "smtpError": {
        "error": "",
        "detail": "",
        "smtp_code": "",
        "smtp_code_ex": ""
    },
    "debug": [
        "Connection: opening to ssl://mail2.motostorm.it:465, timeout=15, options=array()",
        "Connection: opened",
        "SMTP INBOUND: \"220-mail2.motostorm.it ESMTP Exim 4.99.4 #2 Sat, 06 Jun 2026 00:34:51 +0200\"",
        "SMTP INBOUND: \"220-We do not authorize the use of this system to transport unsolicited,\"",
        "SMTP INBOUND: \"220 and/or bulk e-mail.\"",
        "SERVER -> CLIENT: 220-mail2.motostorm.it ESMTP Exim 4.99.4 #2 Sat, 06 Jun 2026 00:34:51 +0200 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.",
        "CLIENT -> SERVER: EHLO newsletter.motostorm.it",
        "SMTP INBOUND: \"250-mail2.motostorm.it Hello newsletter.motostorm.it [185.221.172.96]\"",
        "SMTP INBOUND: \"250-SIZE 52428800\"",
        "SMTP INBOUND: \"250-LIMITS MAILMAX=1000 RCPTMAX=50000\"",
        "SMTP INBOUND: \"250-8BITMIME\"",
        "SMTP INBOUND: \"250-PIPELINING\"",
        "SMTP INBOUND: \"250-PIPECONNECT\"",
        "SMTP INBOUND: \"250-AUTH PLAIN LOGIN\"",
        "SMTP INBOUND: \"250 HELP\"",
        "SERVER -> CLIENT: 250-mail2.motostorm.it Hello newsletter.motostorm.it [185.221.172.96]\r\n250-SIZE 52428800\r\n250-LIMITS MAILMAX=1000 RCPTMAX=50000\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250 HELP",
        "Auth method requested: UNSPECIFIED",
        "Auth methods available on the server: PLAIN,LOGIN",
        "Requested auth method not available:",
        "Auth method selected: LOGIN",
        "CLIENT -> SERVER: AUTH LOGIN",
        "SMTP INBOUND: \"334 VXNlcm5hbWU6\"",
        "SERVER -> CLIENT: 334 VXNlcm5hbWU6",
        "CLIENT -> SERVER: bmV3c2xldHRlckBtb3Rvc3Rvcm0uaXQ=",
        "SMTP INBOUND: \"334 UGFzc3dvcmQ6\"",
        "SERVER -> CLIENT: 334 UGFzc3dvcmQ6",
        "CLIENT -> SERVER: IVNhSVUqPzsmOUtB",
        "SMTP INBOUND: \"235 Authentication succeeded\"",
        "SERVER -> CLIENT: 235 Authentication succeeded"
    ]
}