Viewing 5 replies - 1 through 5 (of 5 total)
  • Remove the the tick in the Mail(2) checkbox to stop sending the Mail(2) email.

    Thread Starter VMui

    (@vmui)

    I still want the mail (2) to be sent out to my client, I just don’t want a copy of it sent to me every time it gets sent. I hope this is possible.

    Please supply your input in the Mail & Mail(2) sections here so we can see how your form is setup in these areas.

    Thread Starter VMui

    (@vmui)

    Here is the Mail input, which works just fine:

    To: [email protected]
    From: [your-name] <[your-email]>
    Subject: my subject
    Additional Headers: “empty”

    Message Body:
    From: [your-name] <[your-email]>
    Subject: My subject

    Name: [your-name]
    Email: [your-email]
    Phone: [phone]
    Company: [text]

    This e-mail was sent from a contact form from mydomain

    “unchecked” Exclude lines with blank mail-tags from output
    “unchecked” Use HTML content type

    No file attachment.
    =========================================================================

    Here is the Mail 2 input, which also works fine, my clients receives them, I just don’t want a copy sent to me as well every time.

    To: [your-email]
    From: My email
    Subject: My Subject
    Additional Headers: reply-to: my email

    Message Body:
    Hi [your-name],

    Thank you for signing up for our complimentary Activities Interest Assessment.

    “unchecked” Exclude lines with blank mail-tags from output
    “checked” Use HTML content type

    No file attachment.
    =========================================

    I just read some info under “Additional Settings”, would this JavaScript Code control what I want?

    JavaScript Code

    on_sent_ok: “alert(‘sent ok’);”
    on_submit: “alert(‘submit’);”

    If you set on_sent_ok: followed by a one-line JavaScript code, you can tell the contact form the code that should be performed when the mail is sent successfully. Likewise, with on_submit:, you can tell the code that should be performed when the form submitted regardless of the outcome.

    Your setup shows that Mail(1) is sent to [email protected] & Mail(2) is sent to [your-email].
    ?
    ?There is nothing in the CF7 plugin that would send a copy of Mail(2) to the [email protected] email address.

    ?Perhaps Additional Headers: reply-to: my email is sending BCC to your email address. The normal way this is done is Reply-To: my email.
    ?
    ?I’d recommend you leave on_sent_ok: unless you are very comfortable writing JavaScript.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to stop receiving a copy of mail 2 autoresponder every time’ is closed to new replies.