Statamic-email-form icon indicating copy to clipboard operation
Statamic-email-form copied to clipboard

somehow the sent emails contain a double identical subject line

Open matuvu opened this issue 10 years ago • 3 comments

not sure what is causing this... http://d.pr/i/AAcu

my code: {{ email_form subject="Magazine, via the website" to="[email protected]" msg_header="U heeft een aanvraag voor een abonnement " cc="[email protected]" bcc="[email protected]" required="name|telephone" class="form-horizontal" }}

matuvu avatar Jun 16 '14 15:06 matuvu

Can you remove the comma from the subject and see if that makes a difference?

I don't think it will but just to rule that out.

Eric Barnes

matuvu mailto:[email protected] June 16, 2014 at 11:01 AM

not sure what is causing this... http://d.pr/i/AAcu

my code: {{ email_form subject="Magazine, via the website" to="[email protected] mailto:[email protected]" msg_header="U heeft een aanvraag voor een abonnement " cc="[email protected] mailto:[email protected]" bcc="[email protected] mailto:[email protected]" required="name|telephone" class="form-horizontal" }}

— Reply to this email directly or view it on GitHub https://github.com/ericbarnes/Statamic-email-form/issues/23.

ericlbarnes avatar Jun 18 '14 13:06 ericlbarnes

done but indeed didn’t fix it.

On 18 Jun 2014, at 15:30, Eric Barnes [email protected] wrote:

Can you remove the comma from the subject and see if that makes a difference?

I don't think it will but just to rule that out.

Eric Barnes

matuvu mailto:[email protected] June 16, 2014 at 11:01 AM

not sure what is causing this... http://d.pr/i/AAcu

my code: {{ email_form subject="Magazine, via the website" to="[email protected] mailto:[email protected]" msg_header="U heeft een aanvraag voor een abonnement " cc="[email protected] mailto:[email protected]" bcc="[email protected] mailto:[email protected]" required="name|telephone" class="form-horizontal" }}

— Reply to this email directly or view it on GitHub https://github.com/ericbarnes/Statamic-email-form/issues/23.

— Reply to this email directly or view it on GitHub.

matuvu avatar Jun 18 '14 13:06 matuvu

comment out this line (the subject is already defined in the mail function):

$headers[] = "Subject: ".$options['subject'];

goatwriter avatar Sep 14 '14 01:09 goatwriter