Тёмный
No video :(

Step-by-Step Guide: Setting up Email Notifications for Laravel Contact Forms 

vicSystems
Подписаться 223
Просмотров 6 тыс.
50% 1

Get in touch with us.
Website: vicsystems.com.ng
Whatsapp: wa.me/+2348037...
Email: victorasuquob@gmail.com
Instagram: vicsystems
Github: vicsystems55
Prerequisite:
• SMTP Settings
• Laravel Project
• Contact Page with a contact form
Steps
1. Design the email template
2. Define what would be presented such as;
• Name of sender
• Email
• Message
• Phone
• Subject
3. Create an Email Class (ContactFormEmail)
4. Create a route, controller and method to post the data
5. Configure the Logic in the method to validate and collect information to be sent as mail
6. Implement the mail Façade and call the Mail Class just created
7. In the Mail Class Adjust the constructor
• To define the view
• Ser the data
• Edit subject
8. Back to the controller return back to the blade with a session message
9. Implement an if statement in the blade to check of r a session message and display it
10. In this example we used ”Thanks for reaching out. Your message has been sent successfully”

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@vicsystems
@vicsystems Год назад
Apologies for the sound, we are making improvements.
@tarunsahoo5917
@tarunsahoo5917 11 месяцев назад
thank you its working
@Gaurav_khadka
@Gaurav_khadka 2 месяца назад
Thank you, It helped❤❤
@korosukegaming8748
@korosukegaming8748 4 месяца назад
You have made a mistake over there as assign the data variable in class and then point it in thet coinstructor using this but we have to add data as a parameter. so when ever we initialize the class so the actual data should be passed to trhe constrocter and then using this we ponit our data to the class levl data varaible.
@vicsystems
@vicsystems 4 месяца назад
noted ill look into that
@judebanner4664
@judebanner4664 3 месяца назад
thank you
Далее
Never Troll Shelly🫡 | Brawl Stars
00:10
Просмотров 1,2 млн
Install and Setup Laravel - Complete guide
17:59
Просмотров 24 тыс.
How to Make a Passwordless Login System In Laravel
19:51