Skip to content
Snippets Groups Projects
Commit 2a756006 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Enabling multiple from Addresses with Names

parent 3f0543b3
No related branches found
No related tags found
No related merge requests found
......@@ -88,13 +88,13 @@ class MailTemplateService {
* @param string $templateKey
* @param string $extensionKey
* @param string $toAddress
* @param string $fromAddress
* @param array $fromAddress
* @param string $subject
* @param array $content
* @param boolean $ignoreMailQueue
*/
public static function sendEmail(
$language, $templateKey, $extensionKey, $toAddress, $fromAddress, $subject,
$language, $templateKey, $extensionKey, $toAddress, array $fromAddress, $subject,
array $content = [],
$ignoreMailQueue = FALSE
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment