People have asked this question a couple of times: How can I translate the subject of en email?
See https://discuss.neos.io/t/solved-neos-form-email-translate-subject-of-email/2935
I wonder why you can translate everything EXCEPT the subject. It seams like this is not a common usecase for some reason.
Can you please implement a native way to translate the subject without the need for a custom EmailFinisher?
Something like this would be wonderful:
subject: ${I18n.translate('My.Package:Main:forms.emailFinisher.subject')}
People have asked this question a couple of times: How can I translate the subject of en email?
See https://discuss.neos.io/t/solved-neos-form-email-translate-subject-of-email/2935
I wonder why you can translate everything EXCEPT the subject. It seams like this is not a common usecase for some reason.
Can you please implement a native way to translate the subject without the need for a custom EmailFinisher?
Something like this would be wonderful: