Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


CloudFlare and yandex
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CloudFlare and yandex

refikrefik Member

Hello,

Im trying to use CloudFlare and yandex domain for external email, now I have a issue with site sendmail. If I use yandexu smtp it cant connect. Is there any solution for this?

Thanks

Comments

  • zenkizenki Member

    I don't think Yandex offer SMTP

  • xaocxaoc Member

    https://yandex.com/support/mail/mail-clients.html

    There is also a mobile client or you can use the website to send email.

  • refikrefik Member

    @xaoc said:
    https://yandex.com/support/mail/mail-clients.html

    There is also a mobile client or you can use the website to send email.

    I have issue with mail send function in/on WordPress site, not with sending with yandex email client.

  • xaocxaoc Member

    @refik said:

    @xaoc said:
    https://yandex.com/support/mail/mail-clients.html

    There is also a mobile client or you can use the website to send email.

    I have issue with mail send function in/on WordPress site, not with sending with yandex email client.

    Aham, check that link for the smtp server details.

  • zenkizenki Member

    @refik said:

    @xaoc said:
    https://yandex.com/support/mail/mail-clients.html

    There is also a mobile client or you can use the website to send email.

    I have issue with mail send function in/on WordPress site, not with sending with yandex email client.

    Again, I don't think that Yandex offer SMTP for custom domains. So you cannot send mail

  • KindyKindy Member

    @refik said:

    @xaoc said:
    https://yandex.com/support/mail/mail-clients.html

    There is also a mobile client or you can use the website to send email.

    I have issue with mail send function in/on WordPress site, not with sending with yandex email client.

    you use mailgun or sendgrid . send smtp.

  • @refik said:
    Hello,

    Im trying to use CloudFlare and yandex domain for external email, now I have a issue with site sendmail. If I use yandexu smtp it cant connect. Is there any solution for this?

    Thanks

    Use sendgrid and use postman smtp plugin to configure. You will have no issues.

  • PeePee Member

    Contact your hosting support, maybe they blocked the connection to outside smtp servers.

  • benj0xbenj0x Member

    @HyperK9 said:

    @refik said:

    @xaoc said:
    https://yandex.com/support/mail/mail-clients.html

    There is also a mobile client or you can use the website to send email.

    I have issue with mail send function in/on WordPress site, not with sending with yandex email client.

    Again, I don't think that Yandex offer SMTP for custom domains. So you cannot send mail

    Of course they do. https://connect.yandex.com

    Unlimited mail storage, unlimited domains for free.

  • I think your smtp config is incorrect. I ever used yandex smtp and is is ok.

  • refikrefik Member
    edited July 2020

    Thanks all for comments. I have two domains, one setup yandex and DA, other one yandex, DA and CloudFlare. First one is ok, there is no issue with mail sending (mail() function), but secend one, have issue with smtp error ( Unable to connect after 15 seconds. [15.00 sec]

    LookupServer 15043ms) sending mails from mail client is ok.

  • @refik said:
    Thanks all for comments. I have two domains, one setup yandex and DA, other one yandex, DA and CloudFlare. First one is ok, there is no issue with mail sending (mail() function), but secend one, have issue with smtp error ( Unable to connect after 15 seconds. [15.00 sec]

    LookupServer 15043ms) sending mails from mail client is ok.

    Are these two domains hosted on the same server? If not, then one of them might have the corresponding ports blocked.

    If they indeed are hosted on the same server, the only thing that I can think of is probably you CNAMEd your mail.example.com to Yandex smtp server through Cloudflare and used that domain name to send mail. Another possible issue with Cloudflare is that you asked Cloudflare to cache everything, so everything on your website is served as static files directly by Cloudflare.

  • refikrefik Member

    @dedipromo Yes its on same server, and I cname mail.mydomain.tld to yandex, on CloudFlare Everything is set by default.

  • Just to clarify...

    Are you using cloudflare as reverse proxy (orange cloud) or just for DNS?

    If this is mail from a WP site, I assume you are using a WP SMTP plugin?

Sign In or Register to comment.