Download the PHP package rsthn/rose-ext-phpmailer without Composer
On this page you can find all versions of the php package rsthn/rose-ext-phpmailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rsthn/rose-ext-phpmailer
More information about rsthn/rose-ext-phpmailer
Files in rsthn/rose-ext-phpmailer
Download rsthn/rose-ext-phpmailer
More information about rsthn/rose-ext-phpmailer
Files in rsthn/rose-ext-phpmailer
Vendor rsthn
Package rose-ext-phpmailer
Short Description PHPMailer Extension for Rose
License Apache-2.0
Package rose-ext-phpmailer
Short Description PHPMailer Extension for Rose
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package rose-ext-phpmailer
PHPMailer Extension
This extension adds expression functions to Rose to send emails using PHPMailer.
Installation
Configuration Section: Mail
Field | Type | Name | Description |
---|---|---|---|
host | string |
SMTP host name. | Required |
username | string |
Username for the SMTP server. | Required |
password | string |
Password for the SMTP server. | Required |
port | int |
Port number to connect. | Default is port 587 . |
secure | boolean , string |
SMTP secure connection mode. | Default is true .Use explicit if port is 587, implicit otherwise.Set to false to disable and to true to use automatic detection based on port number. |
from | string |
Email address of the sender. | Optional |
fromName | string |
Name of the sender. | Optional |
Expression Functions
mail:send
name:string value:string ...
phpmailer:send
name:string value:string ...
Accepts one or more name:value pairs, the name describes the field to set in the mail
object of PHPMailer. Currently supported:
Name | Type | Description |
---|---|---|
RCPT | string |
Email address of the recipient. |
RCPT | array |
Email addresses of the recipients. |
FROM | string |
Email of the sender. |
FROM-NAME | string |
Name of the sender. |
SUBJECT | string |
Subject of the message. |
BODY | string |
HTML contents of the message. |
ATTACHMENT | string |
Adds the specified file (path) as an attachment. |
ATTACHMENT | map { name, data } |
Adds an attachment from a given data string. |
ATTACHMENT | map { name, path } |
Adds an attachment from a given path. |
ATTACHMENT | array |
Adds one or more attachments (each of which can be any of the previous forms). |
Example:
All versions of rose-ext-phpmailer with dependencies
PHP Build Version
Package Version
Requires
rsthn/rose-core Version
^5
rsthn/rose-extension-installer Version *
phpmailer/phpmailer Version ^6.1
rsthn/rose-extension-installer Version *
phpmailer/phpmailer Version ^6.1
The package rsthn/rose-ext-phpmailer contains the following files
Loading the files please wait ....