Error 500 Internal Server Error

POST https://enmarge.ovh/inscription

Forwarded to ErrorController (8477c8)

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 {#1223
  -message: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1574
    -isGeneratorClosed: ? bool
    -message: null
    -headers: Symfony\Component\Mime\Header\Headers {#1201
      -headers: [
        "from" => [
          Symfony\Component\Mime\Header\MailboxListHeader {#1319
            -name: "From"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -addresses: [
              Symfony\Component\Mime\Address {#1225
                -address: "admin@webgiciel.com"
                -name: ""
              }
            ]
          }
        ]
        "to" => [
          Symfony\Component\Mime\Header\MailboxListHeader {#1315
            -name: "To"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -addresses: [
              Symfony\Component\Mime\Address {#1297
                -address: "linda.mays@comcast.net"
                -name: ""
              }
            ]
          }
        ]
        "subject" => [
          Symfony\Component\Mime\Header\UnstructuredHeader {#1310
            -name: "Subject"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -value: "Inscription au blog de En marge"
          }
        ]
      ]
      -lineLength: 76
    }
    -body: null
    -text: "Code de vérification : 614846"
    -textCharset: "utf-8"
    -html: null
    -htmlCharset: null
    -attachments: []
    -cachedBody: null
    -htmlTemplate: "security/emails/mailInscription.html.twig"
    -textTemplate: null
    -locale: null
    -context: [
      "titreDansLeMail" => "Inscription au blog de En marge"
      "pseudo" => "John"
      "codeVerif" => "614846"
      "codeUser" => "ebc9274cb38d9557d173d03cb771c526"
      "lienActivation" => "https://enmarge.ovh/activation/John/ebc9274cb38d9557d173d03cb771c526"
    ]
  }
  -envelope: null
}
Envelope stamps when dispatching No items
Envelope stamps after dispatch
Symfony\Component\Messenger\Stamp\BusNameStamp {#1540
  -busName: "messenger.bus.default"
}
Symfony\Component\Messenger\Stamp\HandledStamp {#1399
  -result: Symfony\Component\Mailer\SentMessage {#1378
    -original: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1359
      -isGeneratorClosed: ? bool
      -message: null
      -headers: Symfony\Component\Mime\Header\Headers {#1360
        -headers: [
          "from" => [
            Symfony\Component\Mime\Header\MailboxListHeader {#1361
              -name: "From"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -addresses: [
                Symfony\Component\Mime\Address {#1225
                  -address: "admin@webgiciel.com"
                  -name: ""
                }
              ]
            }
          ]
          "to" => [
            Symfony\Component\Mime\Header\MailboxListHeader {#1362
              -name: "To"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -addresses: [
                Symfony\Component\Mime\Address {#1297
                  -address: "linda.mays@comcast.net"
                  -name: ""
                }
              ]
            }
          ]
          "subject" => [
            Symfony\Component\Mime\Header\UnstructuredHeader {#1363
              -name: "Subject"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -value: "Inscription au blog de En marge"
            }
          ]
        ]
        -lineLength: 76
      }
      -body: null
      -text: "Code de vérification : 614846"
      -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>Inscription au blog de En marge</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
        \t        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
        \t        display: none !important;\n
        \t        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
        \t        display:none !important;\n
        \t   \t}\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 {                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
        \n
        \n
        \n
        \n
        \n
                <!-- Email Header : BEGIN -->\n
                <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="600" style="margin: auto;" class="email-container">\n
                   \n
                </table>\n
                <!-- Email Header : END -->\n
        \n
        \n
        \n
        \n
        \n
        \n
        \n
        \n
        \n
                <!-- Email Body : BEGIN -->\n
                <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="600" style="margin: auto;" class="email-container">\n
        \n
                    <!-- Hero Image, Flush : BEGIN -->\n
                    <tr>\n
        \t\t\t\t<td bgcolor="#ffffff">\n
          <img src="https://enmarge.ovh/images/blog/header/240405161319_enjoyPanameLogO_png.png" alt="enmarge">\t\t\t\t</td>\n
                    </tr>\n
                    <!-- Hero Image, Flush : END -->\n
        \n
        \n
                    <!-- 1 Column Text : BEGIN -->\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>Inscription au blog de En marge</h2>\n
        \n
                                <p>\n
                                    Inscription au blog de En marge vous remercie pour votre inscription. \n
                                </p>\n
                        \n
        \n
                            </strong>\n
        \n
                        </td>\n
                    </tr>\n
                    <!-- 1 Column Text : BEGIN -->\n
        \n
        \n
        \n
                    <!-- 1 Column Text : BEGIN -->\n
                    <tr>\n
                        <td bgcolor="#ffffff" style="padding-top: 0px; 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
        \n
                            <p style="color:#555555; font-size: 18px; line-height: 24px; "> \n
                                Pour commencer à profiter des services de En Marge, il ne vous reste plus qu'à activer votre compte. <br>\n
                                Pour le faire vous devez vous rendre sur la page : <br>\n
                                <a href="https://enmarge.ovh/activation/John/ebc9274cb38d9557d173d03cb771c526">Activer votre compte</a>\n
                                <br><br>\n
                                Vous pouvez aussi copier l'adresse suivante pour activer votre compte : <br>\n
                                https://enmarge.ovh/activation/John/ebc9274cb38d9557d173d03cb771c526\n
                                <br><br>\n
                                Et saisissez votre code d'activation : <br>\n
                                codeVerif : <strong>614846</strong><br>\n
                            </p>\n
                    </p>\n
                        </td>\n
                    </tr>\n
                    <!-- 1 Column Text : BEGIN -->\n
        \n
        \n
        \n
                   <!-- 2 Even Columns : BEGIN -->\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
                               \n
                                        </table>\n
                                    </td>\n
                                    </tr>\n
                                    <!-- Column : END -->\n
        \n
        \n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        \n
        \n
                  \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        <!--///////////////////////////////////////-->\n
        \n
        \n
        \n
        \n
                    <!-- 1 Column Text : BEGIN -->\n
                    <tr>\n
                        <td bgcolor="#ffffff" style="padding-top: 0px; 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
        \n
                            <p style="color:#555555; font-size: 18px; line-height: 24px; ">\n
                            <strong>#TOUJOURS DROLES </strong>\n
                            </p>\n
                        </td>\n
                    </tr>\n
                    <!-- 1 Column Text : BEGIN -->\n
            \n
                    <tr>\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
                            Le Parisien Égaré vous informe avec humour sur ces etranges personnages que l'on appelle les parisiens </p>\n
                        </td>\n
                    </tr>\n
                    <!-- 1 Column Text : BEGIN -->\n
        \n
        \n
        \n
        \n
                </table>\n
                <!-- Email Body : END -->\n
        \n
                \n
        \n
                <!-- Email Footer : BEGIN\n
                <!-- \n
                <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="600" style="margin: auto;" class="email-container">\n
             \n
                </table>\n
                 -->\n
                <!-- Email Footer : END -->\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 {#1410
      -isGeneratorClosed: true
      -message: stream resource @198
        wrapper_type: "PHP"
        stream_type: "TEMP"
        mode: "w+b"
        unread_bytes: 0
        seekable: true
        uri: "php://temp"
        options: []
      }
    }
    -envelope: Symfony\Component\Mailer\DelayedEnvelope {#1364
      -sender: Symfony\Component\Mime\Address {#1225}
      -recipients: []
      -senderSet: false
      -recipientsSet: false
      -message: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1359}
    }
    -messageId: "16fc7048954f4ec0931ac608722b30a2@webgiciel.com"
    -debug: """
      [2025-04-11T07:20:55+00:00] < 220 ns386766.ip-176-31-245.eu ESMTP Postfix (Debian/GNU)\r\n
      [2025-04-11T07:20:55+00:00] > EHLO [127.0.0.1]\n
      [2025-04-11T07:20:55+00:00] < 250-ns386766.ip-176-31-245.eu\r\n
      [2025-04-11T07:20:55+00:00] < 250-PIPELINING\r\n
      [2025-04-11T07:20:55+00:00] < 250-SIZE\r\n
      [2025-04-11T07:20:55+00:00] < 250-VRFY\r\n
      [2025-04-11T07:20:55+00:00] < 250-ETRN\r\n
      [2025-04-11T07:20:55+00:00] < 250-STARTTLS\r\n
      [2025-04-11T07:20:55+00:00] < 250-AUTH PLAIN LOGIN\r\n
      [2025-04-11T07:20:55+00:00] < 250-AUTH=PLAIN LOGIN\r\n
      [2025-04-11T07:20:55+00:00] < 250-ENHANCEDSTATUSCODES\r\n
      [2025-04-11T07:20:55+00:00] < 250-8BITMIME\r\n
      [2025-04-11T07:20:55+00:00] < 250-DSN\r\n
      [2025-04-11T07:20:55+00:00] < 250 CHUNKING\r\n
      [2025-04-11T07:20:55+00:00] > STARTTLS\n
      [2025-04-11T07:20:55+00:00] < 220 2.0.0 Ready to start TLS\r\n
      [2025-04-11T07:20:55+00:00] > EHLO [127.0.0.1]\n
      [2025-04-11T07:20:55+00:00] < 250-ns386766.ip-176-31-245.eu\r\n
      [2025-04-11T07:20:55+00:00] < 250-PIPELINING\r\n
      [2025-04-11T07:20:55+00:00] < 250-SIZE\r\n
      [2025-04-11T07:20:55+00:00] < 250-VRFY\r\n
      [2025-04-11T07:20:55+00:00] < 250-ETRN\r\n
      [2025-04-11T07:20:55+00:00] < 250-AUTH PLAIN LOGIN\r\n
      [2025-04-11T07:20:55+00:00] < 250-AUTH=PLAIN LOGIN\r\n
      [2025-04-11T07:20:55+00:00] < 250-ENHANCEDSTATUSCODES\r\n
      [2025-04-11T07:20:55+00:00] < 250-8BITMIME\r\n
      [2025-04-11T07:20:55+00:00] < 250-DSN\r\n
      [2025-04-11T07:20:55+00:00] < 250 CHUNKING\r\n
      [2025-04-11T07:20:55+00:00] > MAIL FROM:<admin@webgiciel.com>\n
      [2025-04-11T07:20:55+00:00] < 250 2.1.0 Ok\r\n
      [2025-04-11T07:20:55+00:00] > RCPT TO:<linda.mays@comcast.net>\n
      [2025-04-11T07:20:55+00:00] < 250 2.1.5 Ok\r\n
      [2025-04-11T07:20:55+00:00] > DATA\n
      [2025-04-11T07:20:55+00:00] < 354 End data with <CR><LF>.<CR><LF>\r\n
      [2025-04-11T07:20:56+00:00] > .\n
      [2025-04-11T07:20:56+00:00] < 250 2.0.0 Ok: queued as EEB374C055AB\r\n
      """
  }
  -handlerName: "Symfony\Component\Mailer\Messenger\MessageHandler::__invoke"
}