Download the PHP package uzulla/pseudo_sendmail without Composer
On this page you can find all versions of the php package uzulla/pseudo_sendmail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uzulla/pseudo_sendmail
More information about uzulla/pseudo_sendmail
Files in uzulla/pseudo_sendmail
Download uzulla/pseudo_sendmail
More information about uzulla/pseudo_sendmail
Files in uzulla/pseudo_sendmail
Vendor uzulla
Package pseudo_sendmail
Short Description pseudo sendmail by php
License MIT
Homepage https://github.com/uzulla/pseudo_sendmail.php
Package pseudo_sendmail
Short Description pseudo sendmail by php
License MIT
Homepage https://github.com/uzulla/pseudo_sendmail.php
Please rate this library. Is it a good library?
Informations about the package pseudo_sendmail
Pseudo sendmail
This is pseudo sendmail
command for developer.
Write raw mail(eml) to file.
setup
composer require --dev uzulla/pseudo_sendmail
. or git clone and composer install.- set/change your sendmail path configuration.
- send mail.
php.ini sample
FYI: sendmail_path
is PHP_INI_SYSTEM
. so, You can't set by ini_set()
.
SwiftMailer sample
-ti
is important. If use SwiftMailer default option-bs
, the script will be hangup.
option / settings
-o/path/to/output
specify output file path-na
not append eml. output file clear when every send reset.
-i -t -f
or other options will be ignored.don't
-o /file
, must-o/file
.
require
- PHP>=7.4
do you need mail sending sample?
see tests/*
.
LICENSE
MIT
All versions of pseudo_sendmail with dependencies
PHP Build Version
Package Version
No informations.
The package uzulla/pseudo_sendmail contains the following files
Loading the files please wait ....