Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Translation of Newsletter #76493
    Phil17
    Participant

    Hi!

    The subscription form is already translated.
    One custom form by lang

    For message I want to test with shortcode.
    I create a block with my message (i’m using Flatsome theme), I translate the block and just put the shortcode in the configuration field … but I can’t test for now as I don’t receive the mail test 🙁

    English version :
    <div align=”center”><form method=”post” action=”https://www.mydomain.com/?na=s&#8221; onsubmit=”return newsletter_check(this)”>
    <input type=”email” placeholder=”Your-email@address.here” name=”ne” required>
    <input style=”display: none;” type=”checkbox” name=”nl[]” value=”1″ checked/>
    <input type=”submit” value=”Subscribe”>
    </form></div>

    Go to list 1

    Spanish version :
    <div align=”center”><form method=”post” action=”https://www.mydomain.com/?na=s&#8221; onsubmit=”return newsletter_check(this)”>
    <input type=”email” placeholder=”Tu-correo@electronico.aqui” name=”ne” required>
    <input style=”display: none;” type=”checkbox” name=”nl[]” value=”2″ checked/>
    <input type=”submit” value=”Suscribir”>
    </form></div>

    Go to list 2 …

    ++

    in reply to: GMAIL smtp plugin #76470
    Phil17
    Participant

    Hi!

    Smtp = OFF
    Direct sending = NO

    With the Gmail smtp plugin I can use :
    TLS 587 or SSL 465

    In both choice your test mail give me this error

    SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

    2018-03-02 12:44:04 Connection: opening to :25, timeout=300, options=array (
    )
    2018-03-02 12:44:04 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known
    2018-03-02 12:44:04 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to :25 (php_network_getaddresses: getaddrinfo failed: Name or service not known)
    2018-03-02 12:44:04 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
    2018-03-02 12:44:04 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
    ——————-

    FYI I let you 2 feedback yesterday

    Hope you can help me to fix this sending error 🙁

    TIA
    Cheers

    in reply to: Translation of Newsletter #76270
    Phil17
    Participant

    Hi!

    I’m user of WPML too but I’m not testing newsletter yet because I don’t receive the test mail for now :-/

    But I already made 3 lists and 3 forms for my 3 languages and I was thinking using a shortcode for the welcome mail and confirmation mail to show message in the good language … I hope will be the solution but firstable and to follow my test I need to receive the test mail … but sounds like this plugin is not really 100% WPML compatible 🙁

    Let me know if you are thinking in other solution please 🙂

    Cheers

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