Laravel Tutorial: How Sending Emails in Laravel Works - Mailtrap

Sdílet
Vložit
  • čas přidán 27. 05. 2023
  • Looking to send emails in Laravel? This video tutorial covers all the necessary steps to help you understand how to send emails in Laravel. You'll learn how to configure Laravel for SMTP, as well as API. Additionally, we’ll demonstrate how to send HTML emails, add attachments, and send emails to multiple recipients in Laravel.
    This tutorial is perfect for both beginners and experienced developers, with practical code examples and clear explanations. Watch now and start sending emails with Laravel.
    ✅Laravel Sending Configurations (0:09)
    ✅via SMTP(2:45)
    ✅via API (5:40)
    ✅Sending HTML emails (9:05)
    ✅Sending emails with attachments (10:24)
    ✅Seding to multiple recipients (11:32)
    Learn more about Mailtrap and start for free at 🔗 bit.ly/3MsdVfv
    📝 For more information, visit Mailtrap Blog:
    🔗Sending Emails in Laravel bit.ly/3MLtZue
    🔗Sending Email in Laravel Using Gmail SMTP bit.ly/3MLFP7I
    ⚙️Laravel github.com/laravel/laravel
    ⚙️Official Mailtrap PHP client github.com/railsware/mailtrap...
    Stay tuned!
    Subscribe to our CZcams channel and other pages on social media:
    CZcams: bit.ly/3jU7IuS
    Twitter: / mailtrap
    Facebook: / mailtrap
    #mailtrap #laravel #laravel_tutorial
  • Věda a technologie

Komentáře • 16

  • @mailtrap.
    @mailtrap.  Před rokem +1

    Join us at Mailtrap to expand your knowledge on email deliverability and infrastructure. Our Laravel tutorial is designed to help you understand how to send emails with Laravel, covering SMTP, API, HTML emails, and multiple recipients. Are there any other aspects of sending mail in Laravel that you want to explore? Drop us your suggestions in the comments!

  • @flobexnet
    @flobexnet Před 8 měsíci +2

    Pay attention that first you blured your API key on 7:09 but then you shown it on 7:22

  • @Dev_Jet
    @Dev_Jet Před 7 měsíci

    Mailtrap tutorial never fails! More Laravel tutorial with MailTrap 😎👌

    • @mailtrap.
      @mailtrap.  Před 7 měsíci

      Thank you! We are making a few more! Coming soon. Stay tuned!

  • @MrDrahmin
    @MrDrahmin Před 8 měsíci

    thank you bro for great review

  • @emmanuelmorales5871
    @emmanuelmorales5871 Před 6 měsíci

    Is there a way to reply an mail for an specific conversation by having the messageID, not just sending a new mail??

    • @mailtrap.
      @mailtrap.  Před 6 měsíci

      Thank you for your attention to our videos!
      We'll cover your question about message ID in the Laravel Queue tutorial soon.
      Stay tuned!

  • @bowto2222
    @bowto2222 Před 8 měsíci

    what about if you dont have website domain? I just wanna test it in local

    • @mailtrap.
      @mailtrap.  Před 8 měsíci +1

      We will soon upload the video on Testing Emails in Laravel. Stay tuned!

  • @user-nr3gk6jp3s
    @user-nr3gk6jp3s Před 4 měsíci

    is just sent email just one person how to make every one enter email in registration will make verification in this email

    • @mailtrap.
      @mailtrap.  Před 4 měsíci

      we are not quite sure what your question is about? how to send mass email?
      how to do email verification?
      for email verification in Laravel, please, check out this video: czcams.com/video/KiHzbVsErNo/video.html
      Laravel mass email tutorial is on the way! Stay tuned!

  • @D0omhamm3r
    @D0omhamm3r Před 11 měsíci +1

    not usable in laravel 10 different wording

    • @mailtrap.
      @mailtrap.  Před 11 měsíci

      Thank you for your feedback. What exactly do you mean by "defferent wording"? Could you expand a bit more?

    • @D0omhamm3r
      @D0omhamm3r Před 11 měsíci

      Mail.php doesn't have 'default' it has 'driver'

    • @mailtrap.
      @mailtrap.  Před 11 měsíci

      We don't understand this phrase. Original mail.php has 'default' github.com/laravel/laravel/blob/10.x/config/mail.php#L16
      mail.php
      'default' => env('MAIL_MAILER', 'smtp'),
      laravel/laravel
      Please, check Github documentation! We are ready to help!