Legenda Mail Form function error - by st.even

This topic has 4 replies, 3 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow

  • Avatar: st.even
    st.even
    Participant
    November 15, 2019 at 13:15

    Hi, for many iterations of Legenda I have been able able to use the incorporated contact form with my hosting service and there is no option to switch it off/remove the display easily (css?).

    When used, the contact form displays an error message. This is not good for customers.

    My hosting company offered this reason:

    As I was able to check your php mail send file it seems its using plain mail send without any authentication, which unfortunately is not allowed on our mail servers as this method is know to be used by malware scripts or spammers.

    Also that function: et_mail I do not see any other definition of it or reference to sendmail or other known mail sending function on linux servers:

    if(function_exists(‘et_mail’) && et_mail($reciever_email, $subject, $body, $headers)) {

    So I’m not sure it will work even if setup with SMTP. You will need to use it like this:

    if ( mail($reciever_email, $subject, $body, $headers)) {

    So I would suggest that you change the mailing script using SMTP authentication, and use proper mail send function and it should work. You can see the proper SMTP port and settings on your Cloud panel > Email accounts > Client setup page.

    What insight do you have on this issue?
    Thank you.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2019 at 10:38

    Hello,

    Go to Pages > Edit Contact page > change page template to default https://prnt.sc/pxqe4u , it will disable our contact form.
    Read about Contact Form 7 plugin https://wordpress.org/plugins/contact-form-7/ , you can use it to create a contact form instead of the Legenda contact form.

    Regards

    Avatar: st.even
    st.even
    Participant
    November 19, 2019 at 13:49

    thank you Rose

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 19, 2019 at 14:53

    Hello,

    You are welcome.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.