Posted inTechnology / Laravel / php / Programming

Send email via Gmail SMTP server in Laravel 7/6

Today, We want to share with you Send email via Gmail SMTP server in Laravel 7/6.In this post we will show you Sending beautiful emails with laravel?, hear for How To Send Email From Localhost Using Laravel we will give you demo and example for implement.In this post, we will learn about Send Beautiful HTML Email using Laravel with an example.

Send email via Gmail SMTP server in Laravel 7/6

There are the Following The simple About Send mail vias Gmail SMTP server in Laravel 7/6 Full Information With Example and source code.

As I will cover this Post with live Working example to develop PHP Laravel 5.6 – Send Email using Mail Example, so the laravel send mail from localhost for this example is following below.

More Details for Pakainfo Blog:Free Download Example – Pakainfo.com

Setting up the Mail Driver

First of all Go to this link and Simple signup setup a account. https://mailtrap.io/register/signup

Open .env

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=efjdf9a7c9898j
MAIL_PASSWORD=b5a98252c32fe9
MAIL_ENCRYPTION=null

Generating Mailables

php artisan make:mail LiveSimpleMail

App/Mail/LiveSimpleMail.php

user = $user;
    }


    public function build()
    {
        return $this->view('emails.demo');
    }
}

Laravel Email View File

resources/views/emails/demo.blade.php




    PHP Laravel 7/6 - Send Email using Mail Example



Welcome to the pakainfo.com web site


This is a simple email demo from pakainfo.come

Mail from pakainfo.com

Thank you, {{ $user->name }}

Sending Email

app/Http/Controllers/HomeController.php

public function index()
{
    $email = Auth::user()->email;
    Mail::to($email)->send(new LiveSimpleMail());
    return view('home');
}
Pakainfo
Angular 6 CRUD Operations Application Tutorials

Read :

Summary

You can also read about AngularJS, ASP.NET, VueJs, PHP.

I hope you get an idea about Send email via Gmail SMTP server in Laravel 7/6.
I would like to have feedback on my Pakainfo blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

I am Jaydeep Gondaliya , a software engineer, the founder and the person running Pakainfo. I'm a full-stack developer, entrepreneur and owner of Pakainfo.com. I live in India and I love to write tutorials and tips that can help to other artisan, a Passionate Blogger, who love to share the informative content on PHP, JavaScript, jQuery, Laravel, CodeIgniter, VueJS, AngularJS and Bootstrap from the early stage.

Leave a Reply

Your email address will not be published. Required fields are marked *

We accept paid guest Posting on our Site : Guest Post Chat with Us On Skype