from
|
the address of the sender
|
to
|
the recipients' address (an array containing the addresses as strings)
|
headers
|
the e-mail headers; an array containing strings as header or a string (if the same message will be sent to all recipients); if is array, then the count must mach the count of the content array.
|
content
|
the e-mail content; an array containing strings as content or a string (if the same message will be sent to all recipients); if is array, then the count must mach the count of the headers array.
|
do_not_wait_confirmation
|
Whether to wait for server confirmation for sending a mail or not. If no confirmation, the function will be faster, but will have less error control.
|
header
|
the e-mail headers; an array containing strings as header or a string (if the same message will be sent to all recipients); if is array, then the count must mach the count of the content array.
|
content
|
the e-mail content; an array containing strings as content or a string (if the same message will be sent to all recipients); if is array, then the count must mach the count of the headers array.
|
smtp_server
|
the SMTP server used
|
smtp_port
|
the SMTP server port
|