Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
41ce4006
Commit
41ce4006
authored
Sep 15, 2020
by
Thomas Löffler
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
163b4835
Pipeline
#9626
passed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Classes/Service/ExtkeyTransferMailService.php
View file @
41ce4006
...
...
@@ -42,7 +42,7 @@ class ExtkeyTransferMailService
$mail
=
GeneralUtility
::
makeInstance
(
FluidEmail
::
class
);
$mail
->
to
(
new
Address
(
$user
->
getEmail
(),
$user
->
getName
()))
->
subject
(
'Extension Key '
.
$extkey
.
'
i
s transferred to you!'
)
->
subject
(
'Extension Key
"
'
.
$extkey
.
'
" wa
s transferred to you!'
)
->
format
(
FluidEmail
::
FORMAT_PLAIN
)
->
setTemplate
(
'ExtensionKeyTransferMail'
)
->
assignMultiple
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment