Skip to content

Conversation

@tadhgboyle
Copy link
Member

No description provided.

* @var array<string, string> Placeholders for email templates
*/
private static array $_message_placeholders = [];
public static function send(User $recipient, EmailTemplate $emailTemplate)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to keep support for setting email, Such as Store and Forms module will send emails to quests based on the email they entered

);
}

public static function sendRaw(int $type, User $recipient, string $subject, string $content)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here i guess ^^

"api/username_updated": "Username updated successfully",
"api/webhook_added": "The webhook has been created",
"emails/change_password_message": "To reset your password, please click the following link. If you did not request this yourself, you can safely delete this email.",
"emails/change_password_subject": "Forgot password",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking all languages just for term rename :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants