Statamic-email-form
Statamic-email-form copied to clipboard
somehow the sent emails contain a double identical subject line
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" }}
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.
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.
comment out this line (the subject is already defined in the mail function):
$headers[] = "Subject: ".$options['subject'];