Viewing 5 replies - 1 through 5 (of 5 total)
  • Try:

    [select* wheretosendcon class:sendRentReqSelcon "ΔΟΕΠΑΠ ΔΗΠΕΘΕ|[email protected]" "Διε?θυνση Εκπα?δευση?|[email protected]" "Διε?θυνση Αθλητισμο?|[email protected]" "Διε?θυνση Πολιτισμο?|[email protected]" "Διε?θυνση Πολιτιστικ?? Κληρονομι??|[email protected]" "Δ/νση Διοικητικ?ν & Οικονομικ?ν|[email protected]"]

    Thread Starter ria.stam

    (@riastam)

    Still not working :/

    These are the POST parameters I see in firebug if it helps:

    wpcf7	7
    _wpcf7_is_ajax_call	1
    _wpcf7_locale	en_US
    _wpcf7_unit_tag	wpcf7-f7-p305-o1
    _wpcf7_version	4.4.2
    _wpnonce	984df8508e
    wheretosendcon	Διε?θυνση Πολιτισμο?
    your-email	<em>[email protected]</em>
    your-message	test
    your-name	<em>My Name</em>
    your-subject	Testing the form

    Just to understand where the issue is, what happens if you remove the required(*) directive from the select mail-tag in the Form (or remove the mail-tag completely), and then add one of those email addresses directly in the Mail > To field? Does the form now send?

    If I test with your original mail-tag setup (but different addresses) which includes spaces before & after the pipes, the message is only sent to the first email address, regardless of which one I select.

    [select* wheretosendcon class:sendRentReqSelcon
         "ΔΟΕΠΑΠ ΔΗΠΕΘΕ | [email protected]"
         "Διε?θυνση Εκπα?δευση? | [email protected]"
         "Διε?θυνση Αθλητισμο? | [email protected]"
         "Διε?θυνση Πολιτισμο? | [email protected]"
         "Διε?θυνση Πολιτιστικ?? Κληρονομι?? | [email protected]"
         "Δ/νση Διοικητικ?ν & Οικονομικ?ν | [email protected]"
     ]

    If I test with your original mail-tag setup (but different addresses) and no spaces before & after the pipes, the message is sent correctly to each selected recipient:

    [select* wheretosendcon class:sendRentReqSelcon "ΔΟΕΠΑΠ ΔΗΠΕΘΕ|[email protected]" "Διε?θυνση Εκπα?δευση?|[email protected]" "Διε?θυνση Αθλητισμο?|[email protected]" "Διε?θυνση Πολιτισμο?|[email protected]" "Διε?θυνση Πολιτιστικ?? Κληρονομι??|[email protected]" "Δ/νση Διοικητικ?ν & Οικονομικ?ν|[email protected]"]
    Thread Starter ria.stam

    (@riastam)

    Sorry for my delay to reply.

    So I used the original mail-tag setup and still couldn’t send emails (failed status on contact form).

    After much searching, I realized that the problem was because in my smtp settings, I had a different email from the one used in the “From” field of the contact form.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't send any email’ is closed to new replies.