Contact Form 7 Selectable Recipients with Pipe - include CC and BCCshow-hide DIV with CONTACT FORM 7 on Selectable Recipient with PipesPHP Email Bcc from formBcc: using custom Wordpress mail.php contact formPopulate Contact Form 7 with the author informationContact Form 7 send to multiple contacts at once upon user selectionSelectable Recipient with Pipes Contact Form 7Contact Form 7 backend email to different AdressContact from include BCC along with RecipientContact Form 7 Selectable Recipients with Pipe - Multiple EmailsWorpress contact form 7 wpcf7_before_send_mail Bcc field
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Shouldn’t conservatives embrace universal basic income?
What is the difference between lands and mana?
Why is so much work done on numerical verification of the Riemann Hypothesis?
Are cause and effect the same as in our Universe in a non-relativistic, Newtonian Universe in which the speed of light is infinite?
Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?
awk assign to multiple variables at once
Creating two special characters
Which Article Helped Get Rid of Technobabble in RPGs?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Circuit Analysis: Obtaining Close Loop OP - AMP Transfer function
How much theory knowledge is actually used while playing?
Microchip documentation does not label CAN buss pins on micro controller pinout diagram
Mimic lecturing on blackboard, facing audience
Does Doodling or Improvising on the Piano Have Any Benefits?
Find the next value of this number series
How to explain what's wrong with this application of the chain rule?
Why is it that I can sometimes guess the next note?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
How to convince somebody that he is fit for something else, but not this job?
Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?
Is it necessary to use pronouns with the verb "essere"?
"It doesn't matter" or "it won't matter"?
A variation to the phrase "hanging over my shoulders"
Contact Form 7 Selectable Recipients with Pipe - include CC and BCC
show-hide DIV with CONTACT FORM 7 on Selectable Recipient with PipesPHP Email Bcc from formBcc: using custom Wordpress mail.php contact formPopulate Contact Form 7 with the author informationContact Form 7 send to multiple contacts at once upon user selectionSelectable Recipient with Pipes Contact Form 7Contact Form 7 backend email to different AdressContact from include BCC along with RecipientContact Form 7 Selectable Recipients with Pipe - Multiple EmailsWorpress contact form 7 wpcf7_before_send_mail Bcc field
Using WordPress Contact Form 7 and the Selectable Recipient with Pipes, I want to include CC and/or BCC along with the selection. This code doesn't work, but should illustrate my intent.
[select* email-recipient "Sales|salesA@yourdomain.com, CC:salesB@domain.com" "Inquiry|infoA@domain.com, BCC:infoB@domain.com"]
How can I do this?
wordpress pipe contact-form-7 cc bcc
add a comment |
Using WordPress Contact Form 7 and the Selectable Recipient with Pipes, I want to include CC and/or BCC along with the selection. This code doesn't work, but should illustrate my intent.
[select* email-recipient "Sales|salesA@yourdomain.com, CC:salesB@domain.com" "Inquiry|infoA@domain.com, BCC:infoB@domain.com"]
How can I do this?
wordpress pipe contact-form-7 cc bcc
Add Cc &Bcc into your Aditional header, and add [email-recipient] into mail To tag
– Harsh Khare
Mar 8 at 4:59
This doesn't work for me. Note: the CC and BCC addresses are Different for each of the original recipients. I want Conditional CC and BCC based on the recipient.
– BadCat
Mar 8 at 18:14
any help please?
– BadCat
Mar 14 at 1:44
add a comment |
Using WordPress Contact Form 7 and the Selectable Recipient with Pipes, I want to include CC and/or BCC along with the selection. This code doesn't work, but should illustrate my intent.
[select* email-recipient "Sales|salesA@yourdomain.com, CC:salesB@domain.com" "Inquiry|infoA@domain.com, BCC:infoB@domain.com"]
How can I do this?
wordpress pipe contact-form-7 cc bcc
Using WordPress Contact Form 7 and the Selectable Recipient with Pipes, I want to include CC and/or BCC along with the selection. This code doesn't work, but should illustrate my intent.
[select* email-recipient "Sales|salesA@yourdomain.com, CC:salesB@domain.com" "Inquiry|infoA@domain.com, BCC:infoB@domain.com"]
How can I do this?
wordpress pipe contact-form-7 cc bcc
wordpress pipe contact-form-7 cc bcc
asked Mar 7 at 23:25
BadCatBadCat
61
61
Add Cc &Bcc into your Aditional header, and add [email-recipient] into mail To tag
– Harsh Khare
Mar 8 at 4:59
This doesn't work for me. Note: the CC and BCC addresses are Different for each of the original recipients. I want Conditional CC and BCC based on the recipient.
– BadCat
Mar 8 at 18:14
any help please?
– BadCat
Mar 14 at 1:44
add a comment |
Add Cc &Bcc into your Aditional header, and add [email-recipient] into mail To tag
– Harsh Khare
Mar 8 at 4:59
This doesn't work for me. Note: the CC and BCC addresses are Different for each of the original recipients. I want Conditional CC and BCC based on the recipient.
– BadCat
Mar 8 at 18:14
any help please?
– BadCat
Mar 14 at 1:44
Add Cc &Bcc into your Aditional header, and add [email-recipient] into mail To tag
– Harsh Khare
Mar 8 at 4:59
Add Cc &Bcc into your Aditional header, and add [email-recipient] into mail To tag
– Harsh Khare
Mar 8 at 4:59
This doesn't work for me. Note: the CC and BCC addresses are Different for each of the original recipients. I want Conditional CC and BCC based on the recipient.
– BadCat
Mar 8 at 18:14
This doesn't work for me. Note: the CC and BCC addresses are Different for each of the original recipients. I want Conditional CC and BCC based on the recipient.
– BadCat
Mar 8 at 18:14
any help please?
– BadCat
Mar 14 at 1:44
any help please?
– BadCat
Mar 14 at 1:44
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55054443%2fcontact-form-7-selectable-recipients-with-pipe-include-cc-and-bcc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55054443%2fcontact-form-7-selectable-recipients-with-pipe-include-cc-and-bcc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Add Cc &Bcc into your Aditional header, and add [email-recipient] into mail To tag
– Harsh Khare
Mar 8 at 4:59
This doesn't work for me. Note: the CC and BCC addresses are Different for each of the original recipients. I want Conditional CC and BCC based on the recipient.
– BadCat
Mar 8 at 18:14
any help please?
– BadCat
Mar 14 at 1:44