Mail Configuration

@csrf @if ($errors->any()) @endif @if (session('success-mail')) @elseif(session('error-mail')) @endif
This will be display name for your sent email.
This email will be used for "Contact Form" correspondence.
You can select any driver you want for your Mail setup. Ex. SMTP, Mailgun, Mandrill, SparkPost, Amazon SES etc. Add single driver only.
Add your email id you want to configure for sending emails.
Add your email password you want to configure for sending emails.
Use tls if your site uses HTTP protocol and ssl if you site uses HTTPS protocol.