This package use for send mail and save mail into database

v1.0.1 2020-03-31 17:58 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:34 UTC


README

issues forks stargazers license

c3mail package in laravel.

This package for email send and save into database.

User guide

step 1 : installation

composer require crazycoderscafe/c3mail

composer update

step 2 : Mail configuration

MAIL_MAILER=smtp

MAIL_HOST=smtp.mailtrap.io

MAIL_PORT=2525

MAIL_USERNAME=your_username

MAIL_PASSWORD=your_password

MAIL_ENCRYPTION=tls

step 3 : Custom forwarding mail address

Directory : config/c3mail.php

return [ 'send_mail_to' => 'example@gmail.com' ];

step 4 : Custom views

Directory : resources/views/c3mail/

My blog : http://www.crazycoderscafe.com/