Lesson 12 - Simple CMS in Laravel - Contact form
In the last lesson, Simple CMS in Laravel - Working with the date, we finished improving our application by creating a main page and explaining how to work with data.
On today's lesson we will develop a contact form, configure a fake SMTP server and look at how to work with emails in the Laravel framework.
Because sending emails is really inefficient in pure PHP (we would have to set different headers and encoding), Laravel offers a simple API to the popular SwiftMailer library. Its available drivers are:
- SMTP
- Mailgun
- Postmark
- Amazon SES
sendmail
In addition to these options, we can also use the log
configuration on the local server. However, this is not exactly intuitive for
testing if we want to see, for example, what the email looks like, because the
result is only inserted into the logs. Therefore, let's look at the
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In the Laravel tutorial we will create a contact form and explain how to work with Mailtrap.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.