Bug #80867
closed
EXT:Form cc adress dosen't work
Added by Oliver Pfaff over 7 years ago.
Updated over 7 years ago.
Description
If i use the finisher send email (reciver)(in the backend ui) an i fillout the field cc address i don't got any email. I don't have tested this with a playn typoscript form setup maybe there is still working
- Category set to Form Framework
I create a new form (TYPO3 8.7) through the form editor and add the "send email (reciver)" finisher.
Resulting form definition:
identifier: test
label: test
type: Form
prototypeName: standard
renderingOptions:
submitButtonLabel: Submit
finishers:
-
identifier: EmailToReceiver
options:
subject: 'Your message: {subject}'
recipientAddress: your.company@example.com
recipientName: 'Your Company name'
senderAddress: '{email}'
senderName: '{name}'
replyToAddress: ''
carbonCopyAddress: my_name@example.com
blindCarbonCopyAddress: ''
format: html
attachUploads: 'true'
translation:
language: ''
renderables:
...
Cc is set to "my_name@example.com".
Now i submit this form within the Frontend.
Resulting email header:
Message-ID: <7fc9cef6cea7f43cdfa8f30094e511ad@local.forms8.tritum.de>
Subject: Your message: asd
From: asd <blah@foo.bar>
To: Your Company name <your.company@example.com>
Cc: my_name@example.com
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Mailer: TYPO3
Looks good for me.
- Status changed from New to Needs Feedback
- Assignee set to Oliver Pfaff
Sorry was my mistake, i tested with the same mail address inside recepient and cc field so i dont got the cc face palm. Can be closed. Thx for your work and sorry again.
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Oliver Pfaff)
@Oliver Pfaff no need to feel sorry. Thank you for your answer. Closed.
Also available in: Atom
PDF