@extends('boilerplate::installer.base') @section('title') Email Setup @endsection @section('content')
@csrf

Email Setup

Having a log mail will not sent out any email to anymore, instate it will store the log inside the system logs, which you will find at storage/logs/laravel.log.

@error('server_error') @enderror
@error('transport')
{{$message}}
@enderror
@endsection