POST https://govoyage.ekrea.cloud/admin/students/4/visa

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 {#1661
  -message: Symfony\Component\Mime\Email {#1605
    -isGeneratorClosed: ? bool
    -message: null
    -headers: Symfony\Component\Mime\Header\Headers {#1617
      -headers: [
        "from" => [
          Symfony\Component\Mime\Header\MailboxListHeader {#1626
            -name: "From"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -addresses: [
              Symfony\Component\Mime\Address {#1601
                -address: "noreply@ekrea.cloud"
                -name: "GoVoyage"
              }
            ]
          }
        ]
        "to" => [
          Symfony\Component\Mime\Header\MailboxListHeader {#1636
            -name: "To"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -addresses: [
              Symfony\Component\Mime\Address {#1644
                -address: "coderyounger@gmail.com"
                -name: ""
              }
            ]
          }
        ]
        "subject" => [
          Symfony\Component\Mime\Header\UnstructuredHeader {#1643
            -name: "Subject"
            -lineLength: 76
            -lang: null
            -charset: "utf-8"
            -value: "GoVoyage — Visa obtenu ! Félicitations"
          }
        ]
      ]
      -lineLength: 76
    }
    -body: null
    -text: null
    -textCharset: null
    -html: """
      <!DOCTYPE html>\n
      <html lang="fr">\n
      <head>\n
          <meta charset="UTF-8">\n
          <meta name="viewport" content="width=device-width, initial-scale=1.0">\n
          <style>\n
              body { font-family: Arial, sans-serif; background: #f4f6f8; margin: 0; padding: 20px; color: #333; }\n
              .container { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 8px; overflow: hidden; }\n
              .header { background: #b91c1c; padding: 28px 30px; text-align: center; }\n
              .header img { max-height: 48px; width: auto; display: block; margin: 0 auto; }\n
              .header-fallback { color: #fff; font-size: 22px; font-weight: bold; margin: 0; }\n
              .body { padding: 30px; }\n
              .body p { line-height: 1.6; margin-bottom: 16px; }\n
              .body h2 { color: #b91c1c; margin-top: 0; }\n
              .cta { display: inline-block; background: #b91c1c; color: #f59e0b !important; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-weight: bold; }\n
              .footer { padding: 20px 30px; background: #f4f6f8; text-align: center; font-size: 12px; color: #888; }\n
          </style>\n
      </head>\n
      <body>\n
      <div class="container">\n
          <div class="header">\n
                      <img src="https://govoyage.ekrea.cloud/upload/branding/gv_6a0b912706b0c9.71773724.png"\n
                   alt="GoVoyage">\n
                  </div>\n
          <div class="body">\n
              <h2>Votre visa canadien a été obtenu !</h2>\n
      <p>Bonjour coderyounger,</p>\n
      <p>C&#039;est officiel ! Votre visa canadien a été accordé. Toute l&#039;équipe GoVoyage vous félicite pour cette étape importante.</p>\n
      <p>Votre dernière tranche de paiement est maintenant débloquée. Connectez-vous à votre espace pour finaliser votre dossier.</p>\n
      <p style="text-align:center;margin-top:24px">\n
          <a href="/fr/account" class="cta">Finaliser mon dossier</a>\n
      </p>\n
      <p style="color:#6b7280;font-size:13px">L&#039;équipe GoVoyage</p>\n
          </div>\n
          <div class="footer">\n
              <p>GoVoyage — Votre partenaire immigration Canada</p>\n
              <p>Si vous ne souhaitez plus recevoir nos emails, contactez-nous.</p>\n
          </div>\n
      </div>\n
      </body>\n
      </html>\n
      """
    -htmlCharset: "utf-8"
    -attachments: []
    -cachedBody: null
  }
  -envelope: null
}
Envelope stamps when dispatching No items
Envelope stamps after dispatch
Symfony\Component\Messenger\Stamp\BusNameStamp {#1682
  -busName: "messenger.bus.default"
}
Symfony\Component\Messenger\Stamp\HandledStamp {#1766
  -result: Symfony\Component\Mailer\SentMessage {#1743
    -original: Symfony\Component\Mime\Email {#1730
      -isGeneratorClosed: ? bool
      -message: null
      -headers: Symfony\Component\Mime\Header\Headers {#1731
        -headers: [
          "from" => [
            Symfony\Component\Mime\Header\MailboxListHeader {#1732
              -name: "From"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -addresses: [
                Symfony\Component\Mime\Address {#1601
                  -address: "noreply@ekrea.cloud"
                  -name: "GoVoyage"
                }
              ]
            }
          ]
          "to" => [
            Symfony\Component\Mime\Header\MailboxListHeader {#1733
              -name: "To"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -addresses: [
                Symfony\Component\Mime\Address {#1644
                  -address: "coderyounger@gmail.com"
                  -name: ""
                }
              ]
            }
          ]
          "subject" => [
            Symfony\Component\Mime\Header\UnstructuredHeader {#1734
              -name: "Subject"
              -lineLength: 76
              -lang: null
              -charset: "utf-8"
              -value: "GoVoyage — Visa obtenu ! Félicitations"
            }
          ]
        ]
        -lineLength: 76
      }
      -body: null
      -text: null
      -textCharset: null
      -html: """
        <!DOCTYPE html>\n
        <html lang="fr">\n
        <head>\n
            <meta charset="UTF-8">\n
            <meta name="viewport" content="width=device-width, initial-scale=1.0">\n
            <style>\n
                body { font-family: Arial, sans-serif; background: #f4f6f8; margin: 0; padding: 20px; color: #333; }\n
                .container { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 8px; overflow: hidden; }\n
                .header { background: #b91c1c; padding: 28px 30px; text-align: center; }\n
                .header img { max-height: 48px; width: auto; display: block; margin: 0 auto; }\n
                .header-fallback { color: #fff; font-size: 22px; font-weight: bold; margin: 0; }\n
                .body { padding: 30px; }\n
                .body p { line-height: 1.6; margin-bottom: 16px; }\n
                .body h2 { color: #b91c1c; margin-top: 0; }\n
                .cta { display: inline-block; background: #b91c1c; color: #f59e0b !important; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-weight: bold; }\n
                .footer { padding: 20px 30px; background: #f4f6f8; text-align: center; font-size: 12px; color: #888; }\n
            </style>\n
        </head>\n
        <body>\n
        <div class="container">\n
            <div class="header">\n
                        <img src="https://govoyage.ekrea.cloud/upload/branding/gv_6a0b912706b0c9.71773724.png"\n
                     alt="GoVoyage">\n
                    </div>\n
            <div class="body">\n
                <h2>Votre visa canadien a été obtenu !</h2>\n
        <p>Bonjour coderyounger,</p>\n
        <p>C&#039;est officiel ! Votre visa canadien a été accordé. Toute l&#039;équipe GoVoyage vous félicite pour cette étape importante.</p>\n
        <p>Votre dernière tranche de paiement est maintenant débloquée. Connectez-vous à votre espace pour finaliser votre dossier.</p>\n
        <p style="text-align:center;margin-top:24px">\n
            <a href="/fr/account" class="cta">Finaliser mon dossier</a>\n
        </p>\n
        <p style="color:#6b7280;font-size:13px">L&#039;équipe GoVoyage</p>\n
            </div>\n
            <div class="footer">\n
                <p>GoVoyage — Votre partenaire immigration Canada</p>\n
                <p>Si vous ne souhaitez plus recevoir nos emails, contactez-nous.</p>\n
            </div>\n
        </div>\n
        </body>\n
        </html>\n
        """
      -htmlCharset: "utf-8"
      -attachments: []
      -cachedBody: null
    }
    -raw: Symfony\Component\Mime\RawMessage {#1750
      -isGeneratorClosed: true
      -message: stream resource @42
        wrapper_type: "PHP"
        stream_type: "TEMP"
        mode: "w+b"
        unread_bytes: 0
        seekable: true
        uri: "php://temp"
        options: []
      }
    }
    -messageId: "4gKDfc6HB4z1xnl"
    -debug: """
      [2026-05-18T23:34:32.417752Z] < 220 ESMTP smtp.hostinger.com\r\n
      [2026-05-18T23:34:32.417792Z] > EHLO [127.0.0.1]\n
      [2026-05-18T23:34:32.492130Z] < 250-smtp.hostinger.com\r\n
      [2026-05-18T23:34:32.492159Z] < 250-PIPELINING\r\n
      [2026-05-18T23:34:32.492161Z] < 250-SIZE 48811212\r\n
      [2026-05-18T23:34:32.492163Z] < 250-ETRN\r\n
      [2026-05-18T23:34:32.492165Z] < 250-AUTH PLAIN LOGIN\r\n
      [2026-05-18T23:34:32.492167Z] < 250-ENHANCEDSTATUSCODES\r\n
      [2026-05-18T23:34:32.492168Z] < 250-8BITMIME\r\n
      [2026-05-18T23:34:32.492170Z] < 250-DSN\r\n
      [2026-05-18T23:34:32.492171Z] < 250 CHUNKING\r\n
      [2026-05-18T23:34:32.492253Z] > AUTH LOGIN\n
      [2026-05-18T23:34:32.567935Z] < 334 VXNlcm5hbWU6\r\n
      [2026-05-18T23:34:32.567971Z] > bm9yZXBseUBla3JlYS5jbG91ZA==\n
      [2026-05-18T23:34:32.643907Z] < 334 UGFzc3dvcmQ6\r\n
      [2026-05-18T23:34:32.643936Z] > QmVuaW58MjI5\n
      [2026-05-18T23:34:32.755120Z] < 235 2.7.0 Authentication successful\r\n
      [2026-05-18T23:34:32.755467Z] > MAIL FROM:<noreply@ekrea.cloud>\n
      [2026-05-18T23:34:32.832287Z] < 250 2.1.0 Ok\r\n
      [2026-05-18T23:34:32.832324Z] > RCPT TO:<coderyounger@gmail.com>\n
      [2026-05-18T23:34:32.921643Z] < 250 2.1.5 Ok\r\n
      [2026-05-18T23:34:32.921666Z] > DATA\n
      [2026-05-18T23:34:32.997418Z] < 354 End data with <CR><LF>.<CR><LF>\r\n
      [2026-05-18T23:34:32.998460Z] > .\n
      [2026-05-18T23:34:33.211106Z] < 250 2.0.0 Ok: queued as 4gKDfc6HB4z1xnl\r\n
      """
    -envelope: Symfony\Component\Mailer\DelayedEnvelope {#1735
      -sender: Symfony\Component\Mime\Address {#1601}
      -recipients: []
      -senderSet: false
      -recipientsSet: false
      -message: Symfony\Component\Mime\Email {#1730}
    }
  }
  -handlerName: "Symfony\Component\Mailer\Messenger\MessageHandler::__invoke"
}