LLMS_Email::add_recipient( int|string $address, string $type = 'to', string $name = '' )

Add a single recipient for sending to, cc, or bcc


Description Description


Parameters Parameters

$address

(Required) if string, must be a valid email address if int, must be the WP User ID of a user

$type

(Optional) recipient type [to,cc,bcc]

Default value: 'to'

$name

(Optional) recipient name (optional)

Default value: ''


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/emails/class.llms.email.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.