Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть #94 Make E-com in Laravel 5.6 / 5.7 | Send Register Email Offline | Use Gmail SMTP | Google Settings

  • Stack Developers
  • 2018-12-25
  • 3904
#94 Make E-com in Laravel 5.6 / 5.7 | Send Register Email Offline | Use Gmail SMTP | Google Settings
send email offline phpsend email offline laravellaravel 5.7 emailssend register email offline in laravelecom laraveluse gmail smtp to send email offline laravelgmail smtp email setup laravelgoogle smtp server laravelsend email with laravelemails laravelmail server laravelhtml email blade laravelcreate email laravelsmtp.gmail.comapppassword google email
  • ok logo

Скачать #94 Make E-com in Laravel 5.6 / 5.7 | Send Register Email Offline | Use Gmail SMTP | Google Settings бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно #94 Make E-com in Laravel 5.6 / 5.7 | Send Register Email Offline | Use Gmail SMTP | Google Settings или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку #94 Make E-com in Laravel 5.6 / 5.7 | Send Register Email Offline | Use Gmail SMTP | Google Settings бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео #94 Make E-com in Laravel 5.6 / 5.7 | Send Register Email Offline | Use Gmail SMTP | Google Settings

In Part-94, we will start working on emails. We need to send register, order and other emails to users. Like every time when users registers, we will send welcome email to them sending their username and password in email as well.

First of all, we need to work on some email settings to send emails from offline as well. We will use Gmail SMTP server to send emails from offline apache server.

Please follow below steps to configure gmail email settings :-

1) First login to your Google account and under Security, enable "2 step verification" as shown in video.

2) Now generate "App Password" from there that you can use in .env file.
Select App and Device while generating "App Password". Like I have selected "Mail" and "Windows Computer" as I am working on Windows. You can select "Mac" if you are working on "Mac".

3) Open .env file and update Mail credentials as shown in video.

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=apppassword
MAIL_ENCRYPTION=tls

4) Update mail.php file located in config folder with from email address and from name as shown in video.

5) Run "php artisan config:cache" command after making changes in your .env file.

6) Restart Laravel Server by closing and running "php artisan serve" command again

7) Update "register" function at UsersController to add code to send register email.

8) Update UsersController files with below header statement :-

use Illuminate\Support\Facades\Mail;

9) Create register.blade.php file to add Html part of register email under \resources\views\emails\ folder. Create emails folder under resources\views\ folder if it does not exists. And add some HTML code as shown in video.

Now register new account with Yopmail email address that you can use for testing and check register email must comes in your Yopmail email account.

In next video, we will start working on custom email confirmation process at the time of registration.

Thanks for watching :)

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]