Laravel

Use Laravel SMTP mail with a Microsoft 365 mailbox.

Set the Laravel SMTP mailer, smtpify365 host, port 587, TLS, generated credentials, and connected mailbox From address.

Configuration path

Set the Laravel SMTP mailer, smtpify365 host, port 587, TLS, generated credentials, and connected mailbox From address.

  • Server: the hostname displayed by smtpify365
  • Port: 587
  • Connection security: STARTTLS
  • Authentication: required, using the generated SMTP username and one-time password
  • Envelope sender: the Microsoft 365 mailbox that authorized the connection

Product-specific checks

Complete the application test and then trigger one real workflow to verify that configuration, event rules, and transport all work together.

  • Clear cached configuration after environment changes.
  • Restart queue workers before testing queued mail.
  • Keep environment and deployment secrets out of source control.

Support boundary

This guidance documents standard configuration behavior and does not imply vendor endorsement or formal vendor support. Check the product documentation for the interface and version you operate.