Download the PHP package crazycoderscafe/c3mail without Composer
On this page you can find all versions of the php package crazycoderscafe/c3mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crazycoderscafe/c3mail
More information about crazycoderscafe/c3mail
Files in crazycoderscafe/c3mail
Download crazycoderscafe/c3mail
More information about crazycoderscafe/c3mail
Files in crazycoderscafe/c3mail
Vendor crazycoderscafe
Package c3mail
Short Description This package use for send mail and save mail into database
License MIT
Package c3mail
Short Description This package use for send mail and save mail into database
License MIT
Please rate this library. Is it a good library?
Informations about the package c3mail
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' => '[email protected]' ];
step 4 : Custom views
Directory : resources/views/c3mail/
My blog : http://www.crazycoderscafe.com/
All versions of c3mail with dependencies
PHP Build Version
Package Version
No informations.
The package crazycoderscafe/c3mail contains the following files
Loading the files please wait ....