Recent content by alextam

  1. A

    SEO for xenforo

    great! i copied it into my robot.txt file, thanks and can i delete the Allow: / line? someone told me don't need that line
  2. A

    guideline for email sending?

    ok, i have setup DMARC, SPF, DKIM all that things, however i can't setup rDNS because my domain host (Godaddy) do not allow me to do it, they even do not allow me to use a PTR record to configure rDNS so, is rDNS really that important? if yes, which domain company allow me to do that?
  3. A

    guideline for email sending?

    alright,thank you so much
  4. A

    guideline for email sending?

    sounds a lot of work, and yeah, all i want is they don't reject my email so people can find it in the spam folder, maybe we can ask the user to add our email address to their address book? Thank you
  5. A

    guideline for email sending?

    thanks, i'll try that
  6. A

    guideline for email sending?

    hi there i am testing my forum, i found that Gmail just reject the email sent from my server. says does not have authentication information or fails to 550-5.7.26 pass authentication checks i am sure i need so some configurations on my server, but i don't know how, is there any guidelines ...
  7. A

    XF 2.1 Massive spam issue

    we usually don't use Google product here in China if it has alternatives, because you don't know when they gonna block it again, but anyway thank you
  8. A

    XF 2.1 Massive spam issue

    not sure, but recaptcha is not working for me on many sites here in China. i think they just block the whole google family
  9. A

    XF 2.1 Massive spam issue

    i am pretty sure CloudFlare is working in China, so i think hcaptcha is working in China. thank you so much, i'll try it
  10. A

    XF 2.1 Massive spam issue

    Which CATCHA you recommend? the default google CATCHA was blocked in China
  11. A

    Using DigitalOcean Spaces or Amazon S3 for file storage

    @Chris D i am using XF 2.2 and try to upload my files on DO,and i installed the plugin (v.2.1), put the following code into my config.php $s3 = function() { return new \Aws\S3\S3Client([ 'credentials' => [ 'key' => 'xxx', 'secret' => 'xxx' ]...
Back
Top Bottom