GET https://86.246.243.188/

Messages

Ordered list of dispatched messages across all your buses

"Symfony\Component\Mailer\Messenger\SendEmailMessage"
Caller In Mailer.php line
Bus messenger.bus.default
Message
Symfony\Component\Mailer\Messenger\SendEmailMessage {#1110
  -message: Symfony\Bridge\Twig\Mime\TemplatedEmail {#982
    -message: ? Traversable|array|string
    -isGeneratorClosed: ? bool
    -headers: Symfony\Component\Mime\Header\Headers {#966
      -headers: [
        "from" => [
          Symfony\Component\Mime\Header\MailboxListHeader {#1074
            -name: "From"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -addresses: [
              Symfony\Component\Mime\Address {#979
                -address: "facteur@rafsofstef.ovh"
                -name: ""
              }
            ]
          }
        ]
        "to" => [
          Symfony\Component\Mime\Header\MailboxListHeader {#1075
            -name: "To"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -addresses: [
              Symfony\Component\Mime\Address {#1082
                -address: "dyeux@free.fr"
                -name: ""
              }
            ]
          }
        ]
        "subject" => [
          Symfony\Component\Mime\Header\UnstructuredHeader {#1081
            -name: "Subject"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -value: "connexion sur rafsofstef"
          }
        ]
      ]
      -lineLength: 76
    }
    -body: null
    -text: """
      \n
                          texte : connexion\n
                      
      """
    -textCharset: "utf-8"
    -html: null
    -htmlCharset: null
    -attachments: []
    -cachedBody: null
    -htmlTemplate: "front/emails/connexion.html.twig"
    -textTemplate: null
    -locale: null
    -context: [
      "titreDansLeMail" => "connexion sur rafsofstef"
      "pseudo" => "visiteur"
      "type" => "Complément"
      "texte" => "connexion"
      "lien" => "/"
    ]
  }
  -envelope: null
}
Envelope stamps when dispatching No items
Envelope stamps after dispatch
Symfony\Component\Messenger\Stamp\BusNameStamp {#1124
  -busName: "messenger.bus.default"
}
Symfony\Component\Messenger\Stamp\HandledStamp {#1213
  -result: Symfony\Component\Mailer\SentMessage {#1189
    -original: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1170
      -message: ? Traversable|array|string
      -isGeneratorClosed: ? bool
      -headers: Symfony\Component\Mime\Header\Headers {#1171
        -headers: [
          "from" => [
            Symfony\Component\Mime\Header\MailboxListHeader {#1172
              -name: "From"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -addresses: [
                Symfony\Component\Mime\Address {#979
                  -address: "facteur@rafsofstef.ovh"
                  -name: ""
                }
              ]
            }
          ]
          "to" => [
            Symfony\Component\Mime\Header\MailboxListHeader {#1173
              -name: "To"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -addresses: [
                Symfony\Component\Mime\Address {#1082
                  -address: "dyeux@free.fr"
                  -name: ""
                }
              ]
            }
          ]
          "subject" => [
            Symfony\Component\Mime\Header\UnstructuredHeader {#1174
              -name: "Subject"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -value: "connexion sur rafsofstef"
            }
          ]
        ]
        -lineLength: 76
      }
      -body: null
      -text: """
        \n
                            texte : connexion\n
                        
        """
      -textCharset: "utf-8"
      -html: """
        <!DOCTYPE html>\n
        <html xmlns="http://www.w3.org/1999/xhtml">\n
        <head>\n
        \t<meta charset="utf-8"> <!-- utf-8 works for most cases -->\n
        \t<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->\n
        \t<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->\n
            <meta name="x-apple-disable-message-reformatting">  <!-- Disable auto-scale in iOS 10 Mail entirely -->\n
            <title>connexion sur rafsofstef</title> <!-- The title tag shows in email notifications, like Android 4.4. -->\n
        \n
        \n
        \n
        \t<!-- CSS Reset -->\n
            <style>\n
        \n
        \t\t/* What it does: Remove spaces around the email design added by some email clients. */\n
        \t\t/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */\n
                html,\n
                body {\n
                        margin: 0 auto !important;\n
                        padding: 0 !important;\n
                        height: 100% !important;\n
                        width: 100% !important;\n
                }\n
        \n
                /* What it does: Stops email clients resizing small text. */\n
                * {\n
                    -ms-text-size-adjust: 100%;\n
                    -webkit-text-size-adjust: 100%;\n
                }\n
        \n
                /* What is does: Centers email on Android 4.4 */\n
                div[style*="margin: 16px 0"] {\n
                    margin:0 !important;\n
                }\n
        \n
                /* What it does: Stops Outlook from adding extra spacing to tables. */\n
                table,\n
                td {\n
                    mso-table-lspace: 0pt !important;\n
                    mso-table-rspace: 0pt !important;\n
                }\n
        \n
                /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */\n
                table {\n
                    border-spacing: 0 !important;\n
                    border-collapse: collapse !important;\n
                    table-layout: fixed !important;\n
                    margin: 0 auto !important;\n
                }\n
                table table table {\n
                    table-layout: auto;\n
                }\n
        \n
                /* What it does: Uses a better rendering method when resizing images in IE. */\n
                img {\n
                    -ms-interpolation-mode:bicubic;\n
                }\n
        \n
                /* What it does: A work-around for iOS meddling in triggered links. */\n
                *[x-apple-data-detectors] {\n
                    color: inherit !important;\n
                    text-decoration: none !important;\n
                }\n
        \n
                /* What it does: A work-around for Gmail meddling in triggered links. */\n
                .x-gmail-data-detectors,\n
                .x-gmail-data-detectors *,\n
                .aBn {\n
                    border-bottom: 0 !important;\n
                    cursor: default !important;\n
                }\n
        \n
                /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */\n
                .a6S {\n
                        display: none !important;\n
                        opacity: 0.01 !important;\n
                    }\n
                    /* If the above doesn't work, add a .g-img class to any image in question. */\n
                    img.g-img + div {\n
                        display:none !important;\n
                    }\n
        \n
                /* What it does: Prevents underlining the button text in Windows 10 */\n
                .button-link {\n
                    text-decoration: none !important;\n
                }\n
        \n
                /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */\n
                /* Create one of these media queries for each additional viewport size you'd like to fix */\n
                /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */\n
                @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */\n
                    .email-container {\n
                        min-width: 375px !important;\n
                    }\n
                }\n
        \n
            </style>\n
        \n
            <!-- Progressive Enhancements -->\n
            <style>\n
        \n
                /* What it does: Hover styles for buttons */\n
                .button-td,\n
                .button-a {\n
                    transition: all 100ms ease-in;\n
                }\n
                .button-td:hover,\n
                .button-a:hover {\n
                    background: #555555 !important;\n
                    border-color: #555555 !important;\n
                }\n
        \n
                /* Media Queries */\n
                @media screen and (max-width: 600px) {\n
        \n
                    .email-container {\n
                        width: 100% !important;\n
                        margin: auto !important;\n
                    }\n
        \n
                    /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */\n
                    .fluid {\n
                        max-width: 100% !important;\n
                        height: auto !important;\n
                        margin-left: auto !important;\n
                        margin-right: auto !important;\n
                    }\n
        \n
                    /* What it does: Forces table cells into full-width rows. */\n
                    .stack-column,\n
                    .stack-column-center {\n
                        display: block !important;\n
                        width: 100% !important;\n
                        max-width: 100% !important;\n
                        direction: ltr !important;\n
                    }\n
                    /* And center justify these ones. */\n
                    .stack-column-center {\n
                        text-align: center !important;\n
                    }\n
        \n
                    /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */\n
                    .center-on-narrow {\n
                        text-align: center !important;\n
                        display: block !important;\n
                        margin-left: auto !important;\n
                        margin-right: auto !important;\n
                        float: none !important;\n
                    }\n
                    table.center-on-narrow {\n
                        display: inline-block !important;\n
                    }\n
        \n
                }\n
        \n
                .fluid {\n
                        max-width: 100% !important;\n
                        height: auto !important;\n
                        margin-left: auto !important;\n
                        margin-right: auto !important;\n
                }\n
            </style>\n
        \n
        </head>\n
        <body width="100%" bgcolor="#f1f1f1" style="margin: 0; mso-line-height-rule: exactly;">\n
            <center style="width: 100%; background: #f1f1f1; text-align: left;">\n
        \n
                <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="600" style="margin: auto;" class="email-container">\n
        \n
                    <!-- Header : BEGIN -->\n
                    <tr>\n
                        <td style="padding: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors">\n
                            image\n
                        </td>\n
                    </tr>\n
                    <tr>\n
                        <td style="padding: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;"\n
                            class="x-gmail-data-detectors">\n
                            <a>\n
                                connexion\n
                            </a>\n
                        </td>\n
                    </tr>\n
                    <!-- Header : END -->\n
        \n
                    <!-- titre -->\n
                    <tr>\n
                        <td bgcolor="#ffffff" style="padding-top: 20px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-align: center; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">\n
                            <strong style="color:#555555; font-size: 19px; line-height: 25px;">\n
                                <h2>connexion sur rafsofstef</h2>\n
                            </strong>\n
                        </td>\n
                    </tr>\n
                    <!-- titre END -->\n
        \n
                    <!-- message -->\n
                    <tr>\n
                        <td bgcolor="#ffffff" style="padding-top: 0px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-align: left; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">\n
        \n
                            <div style="display: none!important; mso-hide:all;"> \n
                                connexion\n
                            </div>\n
        \n
                            <h2>connexion sur rafsofstef</h2>\n
        \n
                            <p style="color:#555555; font-size: 18px; line-height: 24px; "> \n
                                connexion\n
                            </p>\n
        \n
                            <p>\n
                                Pour voir le message \n
                                <a href="https://rafsofstef.ovh/">\n
                                    cliquez ici\n
                                </a>\n
                            </p>\n
        \n
                        </td>\n
                    </tr>\n
                    <!-- message End -->\n
        \n
                    <!-- footer -->\n
                    <tr>\n
                        <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 10px 0 10px;">\n
                            <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">\n
                                <tr>\n
                                    <td class="stack-column-center">\n
                                        <table role="presentation" cellspacing="0" cellpadding="0" border="0">\n
                                            <tr>\n
                                                <td style="padding: 10px; text-align: center">\n
                                                    image\n
                                                </td>\n
                                            </tr>\n
                                        </table>\n
                                    </td>\n
                                </tr>\n
                            </table>\n
                        </td>\n
                    </tr>\n
                    <tr>\n
                        <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 10px 0 10px;">\n
                            <p style="padding: 0px 0px 20px 0px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors">\n
                                rafsofstef 2025 </p>\n
                        </td>\n
                    </tr>\n
                    <!-- footer END -->\n
        \n
                </table>\n
        \n
            </center>\n
        </body>\n
        </html>
        """
      -htmlCharset: "utf-8"
      -attachments: []
      -cachedBody: null
      -htmlTemplate: null
      -textTemplate: null
      -locale: null
      -context: []
    }
    -raw: Symfony\Component\Mime\RawMessage {#1200
      -message: """
        From: facteur@rafsofstef.ovh\r\n
        To: dyeux@free.fr\r\n
        Subject: connexion sur rafsofstef\r\n
        Message-ID: <9837ae0faff4b390422e7693608ae1d5@rafsofstef.ovh>\r\n
        MIME-Version: 1.0\r\n
        Date: Sun, 06 Jul 2025 22:46:56 +0000\r\n
        Content-Type: multipart/alternative; boundary=WmI-CO5Q\r\n
        \r\n
        --WmI-CO5Q\r\n
        Content-Type: text/plain; charset=utf-8\r\n
        Content-Transfer-Encoding: quoted-printable\r\n
        \r\n
        \r\n
                            texte : connexion\r\n
                       =20\r\n
        --WmI-CO5Q\r\n
        Content-Type: text/html; charset=utf-8\r\n
        Content-Transfer-Encoding: quoted-printable\r\n
        \r\n
        <!DOCTYPE html>\r\n
        <html xmlns=3D"http://www.w3.org/1999/xhtml">\r\n
        <head>\r\n
        =\r\n
        =09<meta charset=3D"utf-8"> <!-- utf-8 works for most cases -->\r\n
        =09<meta =\r\n
        name=3D"viewport" content=3D"width=3Ddevice-width"> <!-- Forcing initial-sc=\r\n
        ale shouldn't be necessary -->\r\n
        =09<meta http-equiv=3D"X-UA-Compatible" co=\r\n
        ntent=3D"IE=3Dedge"> <!-- Use the latest (edge) version of IE rendering eng=\r\n
        ine -->\r\n
            <meta name=3D"x-apple-disable-message-reformatting">  <!-- Di=\r\n
        sable auto-scale in iOS 10 Mail entirely -->\r\n
            <title>connexion sur raf=\r\n
        sofstef</title> <!-- The title tag shows in email notifications, like Andro=\r\n
        id 4.4. -->\r\n
        \r\n
        \r\n
        \r\n
        =09<!-- CSS Reset -->\r\n
            <style>\r\n
        \r\n
        =09=09/* Wh=\r\n
        at it does: Remove spaces around the email design added by some email clien=\r\n
        ts. */\r\n
        =09=09/* Beware: It can remove the padding / margin and add a back=\r\n
        ground color to the compose a reply window. */\r\n
                html,\r\n
                bo=\r\n
        dy {\r\n
                        margin: 0 auto !important;\r\n
                        padding=\r\n
        : 0 !important;\r\n
                        height: 100% !important;\r\n
                      =\r\n
          width: 100% !important;\r\n
                }\r\n
        \r\n
                /* What it does: Stops e=\r\n
        mail clients resizing small text. */\r\n
                * {\r\n
                    -ms-text-s=\r\n
        ize-adjust: 100%;\r\n
                    -webkit-text-size-adjust: 100%;\r\n
                }=\r\n
        \r\n
        \r\n
                /* What is does: Centers email on Android 4.4 */\r\n
                di=\r\n
        v[style*=3D"margin: 16px 0"] {\r\n
                    margin:0 !important;\r\n
               =\r\n
         }\r\n
        \r\n
                /* What it does: Stops Outlook from adding extra spacing to=\r\n
         tables. */\r\n
                table,\r\n
                td {\r\n
                    mso-table-lspace:=\r\n
         0pt !important;\r\n
                    mso-table-rspace: 0pt !important;\r\n
                =\r\n
        }\r\n
        \r\n
                /* What it does: Fixes webkit padding issue. Fix for Yahoo m=\r\n
        ail table alignment bug. Applies table-layout to the first 2 tables then re=\r\n
        moves for anything nested deeper. */\r\n
                table {\r\n
                    border=\r\n
        -spacing: 0 !important;\r\n
                    border-collapse: collapse !important;=\r\n
        \r\n
                    table-layout: fixed !important;\r\n
                    margin: 0 auto=\r\n
         !important;\r\n
                }\r\n
                table table table {\r\n
                    table-=\r\n
        layout: auto;\r\n
                }\r\n
        \r\n
                /* What it does: Uses a better rende=\r\n
        ring method when resizing images in IE. */\r\n
                img {\r\n
                    -m=\r\n
        s-interpolation-mode:bicubic;\r\n
                }\r\n
        \r\n
                /* What it does: A w=\r\n
        ork-around for iOS meddling in triggered links. */\r\n
                *[x-apple-data=\r\n
        -detectors] {\r\n
                    color: inherit !important;\r\n
                    text-d=\r\n
        ecoration: none !important;\r\n
                }\r\n
        \r\n
                /* What it does: A wor=\r\n
        k-around for Gmail meddling in triggered links. */\r\n
                .x-gmail-data-=\r\n
        detectors,\r\n
                .x-gmail-data-detectors *,\r\n
                .aBn {\r\n
                =\r\n
            border-bottom: 0 !important;\r\n
                    cursor: default !important;=\r\n
        \r\n
                }\r\n
        \r\n
                /* What it does: Prevents Gmail from displaying a=\r\n
        n download button on large, non-linked images. */\r\n
                .a6S {\r\n
              =\r\n
                  display: none !important;\r\n
                        opacity: 0.01 !import=\r\n
        ant;\r\n
                    }\r\n
                    /* If the above doesn't work, add a .g-i=\r\n
        mg class to any image in question. */\r\n
                    img.g-img + div {\r\n
           =\r\n
                     display:none !important;\r\n
                    }\r\n
        \r\n
                /* What =\r\n
        it does: Prevents underlining the button text in Windows 10 */\r\n
                .b=\r\n
        utton-link {\r\n
                    text-decoration: none !important;\r\n
                }\r\n
        =\r\n
        \r\n
                /* What it does: Removes right gutter in Gmail iOS app: https://=\r\n
        github.com/TedGoas/Cerberus/issues/89  */\r\n
                /* Create one of these =\r\n
        media queries for each additional viewport size you'd like to fix */\r\n
            =\r\n
            /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */=\r\n
        \r\n
                @media only screen and (min-device-width: 375px) and (max-device=\r\n
        -width: 413px) { /* iPhone 6 and 6+ */\r\n
                    .email-container {\r\n
         =\r\n
                       min-width: 375px !important;\r\n
                    }\r\n
                }\r\n
        =\r\n
        \r\n
            </style>\r\n
        \r\n
            <!-- Progressive Enhancements -->\r\n
            <style>\r\n
        =\r\n
        \r\n
                /* What it does: Hover styles for buttons */\r\n
                .button-t=\r\n
        d,\r\n
                .button-a {\r\n
                    transition: all 100ms ease-in;\r\n
           =\r\n
             }\r\n
                .button-td:hover,\r\n
                .button-a:hover {\r\n
                  =\r\n
          background: #555555 !important;\r\n
                    border-color: #555555 !impo=\r\n
        rtant;\r\n
                }\r\n
        \r\n
                /* Media Queries */\r\n
                @media screen=\r\n
         and (max-width: 600px) {\r\n
        \r\n
                    .email-container {\r\n
                   =\r\n
             width: 100% !important;\r\n
                        margin: auto !important;\r\n
         =\r\n
                   }\r\n
        \r\n
                    /* What it does: Forces elements to resize to=\r\n
         the full width of their container. Useful for resizing images beyond their=\r\n
         max-width. */\r\n
                    .fluid {\r\n
                        max-width: 100% !im=\r\n
        portant;\r\n
                        height: auto !important;\r\n
                        margi=\r\n
        n-left: auto !important;\r\n
                        margin-right: auto !important;=\r\n
        \r\n
                    }\r\n
        \r\n
                    /* What it does: Forces table cells into =\r\n
        full-width rows. */\r\n
                    .stack-column,\r\n
                    .stack-colum=\r\n
        n-center {\r\n
                        display: block !important;\r\n
                        w=\r\n
        idth: 100% !important;\r\n
                        max-width: 100% !important;\r\n
            =\r\n
                    direction: ltr !important;\r\n
                    }\r\n
                    /* And=\r\n
         center justify these ones. */\r\n
                    .stack-column-center {\r\n
             =\r\n
                   text-align: center !important;\r\n
                    }\r\n
        \r\n
                    =\r\n
        /* What it does: Generic utility class for centering. Useful for images, bu=\r\n
        ttons, and nested tables. */\r\n
                    .center-on-narrow {\r\n
                  =\r\n
              text-align: center !important;\r\n
                        display: block !impo=\r\n
        rtant;\r\n
                        margin-left: auto !important;\r\n
                        ma=\r\n
        rgin-right: auto !important;\r\n
                        float: none !important;\r\n
          =\r\n
                  }\r\n
                    table.center-on-narrow {\r\n
                        displa=\r\n
        y: inline-block !important;\r\n
                    }\r\n
        \r\n
                }\r\n
        \r\n
                .fl=\r\n
        uid {\r\n
                        max-width: 100% !important;\r\n
                        heigh=\r\n
        t: auto !important;\r\n
                        margin-left: auto !important;\r\n
             =\r\n
                   margin-right: auto !important;\r\n
                }\r\n
            </style>\r\n
        \r\n
        <=\r\n
        /head>\r\n
        <body width=3D"100%" bgcolor=3D"#f1f1f1" style=3D"margin: 0; mso-l=\r\n
        ine-height-rule: exactly;">\r\n
            <center style=3D"width: 100%; background:=\r\n
         #f1f1f1; text-align: left;">\r\n
        \r\n
                <table role=3D"presentation" cel=\r\n
        lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"600=\r\n
        " style=3D"margin: auto;" class=3D"email-container">\r\n
        \r\n
                    <!-- =\r\n
        Header : BEGIN -->\r\n
                    <tr>\r\n
                        <td style=3D"paddin=\r\n
        g: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-he=\r\n
        ight:18px; text-align: center; color: #888888;" class=3D"x-gmail-data-detec=\r\n
        tors">\r\n
                            image\r\n
                        </td>\r\n
                    </=\r\n
        tr>\r\n
                    <tr>\r\n
                        <td style=3D"padding: 10px 10px; w=\r\n
        idth: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text=\r\n
        -align: center; color: #888888;"\r\n
                            class=3D"x-gmail-dat=\r\n
        a-detectors">\r\n
                            <a>\r\n
                                connexion=\r\n
        \r\n
                            </a>\r\n
                        </td>\r\n
                    </tr>\r\n
         =\r\n
                   <!-- Header : END -->\r\n
        \r\n
                    <!-- titre -->\r\n
                =\r\n
            <tr>\r\n
                        <td bgcolor=3D"#ffffff" style=3D"padding-top: 20=\r\n
        px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-alig=\r\n
        n: center; font-family: sans-serif; font-size: 15px; line-height: 20px; col=\r\n
        or: #555555;">\r\n
                            <strong style=3D"color:#555555; font-s=\r\n
        ize: 19px; line-height: 25px;">\r\n
                                <h2>connexion sur=\r\n
         rafsofstef</h2>\r\n
                            </strong>\r\n
                        </td>\r\n
        =\r\n
                    </tr>\r\n
                    <!-- titre END -->\r\n
        \r\n
                    <!-- me=\r\n
        ssage -->\r\n
                    <tr>\r\n
                        <td bgcolor=3D"#ffffff" styl=\r\n
        e=3D"padding-top: 0px; padding-left: 40px; padding-right: 40px; padding-bot=\r\n
        tom: 0px; text-align: left; font-family: sans-serif; font-size: 15px; line-=\r\n
        height: 20px; color: #555555;">\r\n
        \r\n
                            <div style=3D"disp=\r\n
        lay: none!important; mso-hide:all;">=20\r\n
                                connexion=\r\n
        \r\n
                            </div>\r\n
        \r\n
                            <h2>connexion sur ra=\r\n
        fsofstef</h2>\r\n
        \r\n
                            <p style=3D"color:#555555; font-size=\r\n
        : 18px; line-height: 24px; ">=20\r\n
                                connexion\r\n
              =\r\n
                      </p>\r\n
        \r\n
                            <p>\r\n
                                P=\r\n
        our voir le message=20\r\n
                                <a href=3D"https://rafsofste=\r\n
        f.ovh/">\r\n
                                    cliquez ici\r\n
                              =\r\n
          </a>\r\n
                            </p>\r\n
        \r\n
                        </td>\r\n
                    =\r\n
        </tr>\r\n
                    <!-- message End -->\r\n
        \r\n
                    <!-- footer -->=\r\n
        \r\n
                    <tr>\r\n
                        <td bgcolor=3D"#ffffff" align=3D"cent=\r\n
        er" valign=3D"top" style=3D"padding: 10px 10px 0 10px;">\r\n
                        =\r\n
            <table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" border=\r\n
        =3D"0" width=3D"100%">\r\n
                                <tr>\r\n
                           =\r\n
                 <td class=3D"stack-column-center">\r\n
                                     =\r\n
           <table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" border=\r\n
        =3D"0">\r\n
                                            <tr>\r\n
                              =\r\n
                          <td style=3D"padding: 10px; text-align: center">\r\n
              =\r\n
                                              image\r\n
                                     =\r\n
                   </td>\r\n
                                            </tr>\r\n
                    =\r\n
                            </table>\r\n
                                    </td>\r\n
                =\r\n
                        </tr>\r\n
                            </table>\r\n
                        </td=\r\n
        >\r\n
                    </tr>\r\n
                    <tr>\r\n
                        <td bgcolor=3D"#=\r\n
        ffffff" align=3D"center" valign=3D"top" style=3D"padding: 10px 10px 0 10px;=\r\n
        ">\r\n
                            <p style=3D"padding: 0px 0px 20px 0px; width: 100%=\r\n
        ;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: ce=\r\n
        nter; color: #888888;" class=3D"x-gmail-data-detectors">\r\n
                        =\r\n
                rafsofstef 2025 </p>\r\n
                        </td>\r\n
                    </tr>\r\n
        =\r\n
                    <!-- footer END -->\r\n
        \r\n
                </table>\r\n
        \r\n
            </center>\r\n
        =\r\n
        </body>\r\n
        </html>\r\n
        --WmI-CO5Q--\r\n
        """
      -isGeneratorClosed: true
    }
    -envelope: Symfony\Component\Mailer\DelayedEnvelope {#1175
      -sender: Symfony\Component\Mime\Address {#979}
      -recipients: []
      -senderSet: false
      -recipientsSet: false
      -message: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1170}
    }
    -messageId: "9837ae0faff4b390422e7693608ae1d5@rafsofstef.ovh"
    -debug: """
      < 220 rafsofstef.ovh ESMTP Postfix (Debian/GNU)\r\n
      > EHLO [127.0.0.1]\n
      < 250-rafsofstef.ovh\r\n
      < 250-PIPELINING\r\n
      < 250-SIZE 10240000\r\n
      < 250-VRFY\r\n
      < 250-ETRN\r\n
      < 250-STARTTLS\r\n
      < 250-ENHANCEDSTATUSCODES\r\n
      < 250-8BITMIME\r\n
      < 250-DSN\r\n
      < 250-SMTPUTF8\r\n
      < 250 CHUNKING\r\n
      > STARTTLS\n
      < 220 2.0.0 Ready to start TLS\r\n
      > EHLO [127.0.0.1]\n
      < 250-rafsofstef.ovh\r\n
      < 250-PIPELINING\r\n
      < 250-SIZE 10240000\r\n
      < 250-VRFY\r\n
      < 250-ETRN\r\n
      < 250-ENHANCEDSTATUSCODES\r\n
      < 250-8BITMIME\r\n
      < 250-DSN\r\n
      < 250-SMTPUTF8\r\n
      < 250 CHUNKING\r\n
      > MAIL FROM:<facteur@rafsofstef.ovh>\n
      < 250 2.1.0 Ok\r\n
      > RCPT TO:<dyeux@free.fr>\n
      < 250 2.1.5 Ok\r\n
      > DATA\n
      < 354 End data with <CR><LF>.<CR><LF>\r\n
      > .\n
      < 250 2.0.0 Ok: queued as 13F71ACC46\r\n
      """
  }
  -handlerName: "Symfony\Component\Mailer\Messenger\MessageHandler::__invoke"
}