Recent content by russianx

  1. R

    emails are not sending to users with @gmail.com

    Problem has been solved, thank you Sir Glossaryck Of Terms
  2. R

    emails are not sending to users with @gmail.com

    I'm writing this response from the support team. Sir Glossaryck Of Terms I found a few issues that could lead to Gmail’s rejection of messages. No DKIM record present / DKIM disabled, causing any message to appear unsigned. This can be enabled in Email Accounts > Enable DKIM SPF Record not...
  3. R

    emails are not sending to users with @gmail.com

    Hey, I'm recently started having problems with SMTP. The email with verification code does not come for registered users, not in spam either. My website testmail sends email just fine to any other email except for users who have @gmail.com. [SPF] domain.net does not allow your server...
  4. R

    Super slow past few months or so

    All day today, All day, slow as hell, many 503 errors. Ridiculous.
  5. R

    Super slow past few months or so

    Yes, Allot of 503. Today is the worst of all times. Impossible to do anything on the site.
  6. R

    Super slow past few months or so

    I've noticed a slow down on my website, while on another tab (different website) I will switch 3-4 pages, while mine still loading. I understand it's free, but good lord now its just, might as well make coffee while it's loading Lots of this as well: 503 Service Unavailable The server is...
  7. R

    Setting Up SMTP

    I use roundcube as well, that's why I'm asking. I was just using gmail for texting perposes. Anyway, thanks for your help, I will look for unicode characters in a code... $mail->Subject = sanitizeForHTTP(' '.$subject); // ⚠️ ❌ I found it. Changed it to a Bell. It was displayed as SQUARES...
  8. R

    Setting Up SMTP

    How did you get two different icons there? how do I get rid of them?
  9. R

    Setting Up SMTP

    I did check it. The script is old as hell, back when there was no emojis or icons were allowed in emails. And I check the script, nothing suggested any emojis in subject line, especially X's, thats why i'm assuming its automatically added cause it goes through x10hosting spam.
  10. R

    Setting Up SMTP

    One more question. Not even sure if it's a hosting related, or what not. But, what are this images in front of a subject line? And why are there X in all the emails that gets received from my website? How to get rid of it?
  11. R

    Setting Up SMTP

    Thanks man! Worked like a charm. This should be in a quick FAQ somewhere visible.
  12. R

    Setting Up SMTP

    @karrx10h I will give this a try.
  13. R

    Setting Up SMTP

    Is there at least some kind of a DIY write up in here? Most platforms require email verification. Seems odd not to have it.
  14. R

    Setting Up SMTP

    Hello there. I'm having a real hard time with this. I read and read, but all have different answers, and never the one that works. So, I have simple forum, that require e-mail verification upon registration. Simple config for it: $config["plugin.SMTP.server"] = 'x12.x10hosting.com'...
  15. R

    Please wait while your request is being verified...

    When I try to go to index page sometimes page reloads non stop with this. And when I visit any .css file in address bar, instead of css output I see tame thing. What is this? <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One...
Top