Viewing 3 replies - 1 through 3 (of 3 total)
  • The main problem looks to be in Mail(2), where you’re asking the form to send another message to the recipient from the person who completes the form’s email, but Mail(2) to is an autoresponder to the sender. Try this:

    In Mail:

    From: [your-name] <[email protected]>

    In Mail(2)

    To: [your-email]
    From: [your-recipient]
    Thread Starter sandyflees

    (@sandyflees)

    Thank you for the fast reply! I tried setting it up as you mentioned and I did receive an email back – however the emails appears to be FROM the email I select to send to in the drop down. and the “to” field looks to be to myself.

    Mail(2) is an autoresponder. If I complete the form and select “General Enquiry” from the recipient list, and give my address as [email protected], then email #1 will be sent to [email protected], and email #2 will be a copy of the message sent to me ([email protected]), with the From address being the email I selected to send to in the drop down, and the To address being mine ([email protected]).

    It sounds like you are describing that the autoresponder email is being received correctly. Is the main email to the recipient selected in the dropdown not being received?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Syntax Error with Selectable Recipient with Pipes’ is closed to new replies.