[7/9] - Beginners Symfony 4 Tutorial - Sending Email with Symfony 4
We've got out contact form in code, and we can see our form on the /contact page. When we submit our contact form we can see the submitted data dumped out on the web debug toolbar. Now, let's turn this into an email, and display a Flash Message to let the visitor know their message was sent. Sending An Email With Symfony 4 There's a great page in the documentation that describes how to send an email both using Gmail, and with a "cloud service". Everyone loves a good cloud, don't they? I know I sure do. Sending an email with Symfony 4 is actually remarkably easy. And like I say, there's a good page in the docs that walks you through it step by step. What we're going to do is use this as an opportunity to go a little geekier. And by geekier, I of course mean a little more real world. To the nerd cave! Full video notes: https://codereviewvideos.com/course/symfony-4-beginners-tutorial/video/send-email-symfony-4