Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

send_mail_phpmailer()

Description

if ($use_phpmailer==true) this function is used instead.

Mail templates can include lang, server, site_text, and POST variables by default
ex ( [lang_mycollections], [server_REMOTE_ADDR], [text_footer] , [message]

additional values must be made available through $templatevars
For example, a complex url or image path that may be sent in an
email should be added to the templatevars array and passed into send_mail.
available templatevars need to be well-documented, and sample templates
need to be available.

Parameters

ColumnTypeDefaultDescription
$email string Email address to send to
$subject string Email subject
$message string "" Message text
$from string "" From address - defaults to $email_from
$reply_to string "" Reply to address - defaults to $email_from
$html_template string "" Optional template (this is a $lang entry with placeholders)
$templatevars array array Used to populate email template placeholders
$from_name string "" Email from name
$cc string "" Optional CC addresses
$bcc string "" Optional BCC addresses
$files array array Optional array of file paths to attach in the format [filename.txt => /path/to/file.txt]

Return

void

This article was last updated 17th November 2024 15:35 Europe/London time based on the source file dated 12th November 2024 16:35 Europe/London time.