Project

General

Profile

Actions

Bug #80867

closed

EXT:Form cc adress dosen't work

Added by Oliver Pfaff about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-04-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions #1

Updated by Ralf Zimmermann about 7 years ago

  • 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 "".

Now i submit this form within the Frontend.

Resulting email header:

Message-ID: <>
Subject: Your message: asd
From: asd <>
To: Your Company name <>
Cc:
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Mailer: TYPO3

Looks good for me.

Actions #2

Updated by Mona Muzaffar about 7 years ago

  • Status changed from New to Needs Feedback
Actions #3

Updated by Björn Jacob almost 7 years ago

  • Assignee set to Oliver Pfaff
Actions #4

Updated by Oliver Pfaff almost 7 years ago

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.

Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Needs Feedback to Closed
  • Assignee deleted (Oliver Pfaff)

@Oliver Pfaff no need to feel sorry. Thank you for your answer. Closed.

Actions

Also available in: Atom PDF