=_('Include author name in notification email body')
.form-text.text-muted
=_("Include the name of the author of the issue, merge request or comment in the email body. By default, GitLab overrides the email sender's name. Some email servers don't support that option.")
=f.gitlab_ui_checkbox_component:email_author_in_body,_('Include author name in notification email body'),help_text: _("Include the name of the author of the issue, merge request or comment in the email body. By default, GitLab overrides the email sender's name. Some email servers don't support that option.")
=_('Send email in multipart format (HTML and plain text). Uncheck to send email messages in plain text only.')
=f.gitlab_ui_checkbox_component:html_emails_enabled,_('Enable multipart emails'),help_text: _('Send email in multipart format (HTML and plain text). Uncheck to send email messages in plain text only.')
=_('Send emails to help guide new users through the onboarding process.')
=f.gitlab_ui_checkbox_component:in_product_marketing_emails_enabled,_('Enable in-product marketing emails'),help_text: _('Send emails to help guide new users through the onboarding process.')
=_('Send emails to users upon account deactivation.')
=f.gitlab_ui_checkbox_component:user_deactivation_emails_enabled,_('Enable user deactivation emails'),help_text: _('Send emails to users upon account deactivation.')