Craft Emails (2.x)

EmailHelper
in package

Table of Contents

parseEmails()  : array<string|int, mixed>
Parse an array (or string separated by commas) of emails, replacing env variables in them

Methods

parseEmails()

Parse an array (or string separated by commas) of emails, replacing env variables in them

public static parseEmails(string|array<string|int, mixed> $emails) : array<string|int, mixed>
Parameters
$emails : string|array<string|int, mixed>
Return values
array<string|int, mixed>

Search results