Jump to content

tdm

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

847 profile views

tdm's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

3

Reputation

  1. Thanks but no need for a quota raise, I've sorted the issue. Actually my site sends emails only for user's registration & when they forget their password. So that's no more than 10/day. The quota limit raise was only required when trying to sort the problem of mails ending into spam boxes and therefore having to use phpmailer more than usual for testing purposes. My site does not use any cms, I've coded all php/mysql/javascript by myself. You may ask more info if you need to. Thanks again for the help.
  2. So, things are ok now for both html and text body when using $smtp->Encoding = "quoted-printable"; The issue remains with outlook.com event when sending plain text (utf-8) mails, they all go to the spam box. According to github.com there is nothing I can do : https://github.com/PHPMailer/PHPMailer/issues/1412 The more important is that it is ok with gmail.com and yahoo.com for html body mails. Hope this helps. Thanks Team for your support !
  3. Thanks ! It also looks like $smtp->Encoding = "base64"; in my code is wrong as "base64-encoded HTML bodies make you look like a spammer" (from stackoverflow.com) So I changed it to $smtp->Encoding = "quoted-printable"; Now the problem is I cannot test this due to the "SMTP quota exceded" error ! Is it possible to have a temporary quota limit above 10/hour ?
  4. I flushed the cache and site is ok now. No more rDNS issue with mail-tester but now ALL mails go inside spam boxes - tested on yahoo.com / outlook.com / free.fr /gmail.com. :-( gmail worked ok before ! https://www.mail-tester.com/test-hs73gnpd4
  5. Thanks, but now I got the Plesk def page instead of the site ! Additionally the back-office pages are no more https. Web Server's Default Page This page is generated by Plesk, the leading hosting automation software. You see this page because there is no Web site at this address.
  6. Hi ! I recently moved the registration mail function on my site to plesk using phpmailer and everything is going well, but... all sent mails go into receiver's spam folder, except for the gmail addresses. I checked with mail-tester.com, it gives 10/10 but says that : Your IP address 65.19.154.93 is associated with the domain name 3(NXDOMAIN). However your message seems to be sent from tommy2.heliohost.org. You should change the DNS pointer record (Type PTR) and the host name of your server to the same value Here are the tested values for this check: IP: 65.19.154.93 HELO: tommy2.heliohost.org rDNS: 3(NXDOMAIN) This looks to me like Chinese stuff and is way beyond my skills ! I'm using two mail addresses (don't know if that matters) : admin@tdm-yamaha.heliohost.org no_reply@tdm-yamaha.heliohost.org Thanks for your help, I always appreciate the support found here.
  7. At 01:57 UTC it works ok again.
  8. Same here, no SSL since several hours today (Tommy server). I did not do anything on Plesk panel relative to SSL, the Let' Encrypt certificate is still valid - more than one month before renew. It worked ok until today, I'm no SSL guru so when it works I don't touch it. SSL/TLS certificate panel on Plesk says no problem - all green lights. All browsers display the same warning message - as above : Firefox / Chrome / Brave. All caches are cleared with no result. TIA - cheers
  9. tdm

    Tommy is down

    All clear ! Thanks a lot to the team, you guys are great.
  10. Hi ! While making ftp transfert I found Tommy went down about one hour ago. Then checked http & login : - no ftp - no http - no login to Tommy Cheers
  11. Hi ! got 500 error on any php script, including "Hello world" simple script, since Thu Mar 14 04:21:10 Error_log : [Thu Mar 14 04:21:10.041187 2024] [core:error] [pid 30672:tid 140669255358208] [client 17.241.75.154:40454] End of script output before headers: index.php No error on pure html files.
  12. So... Went on the Plesk panel, then the SSL/TLS Certificate page. Removed two Zero SSL certificates that looked suspicious (I find a lot of suspicious things when I frown). Clicked the Reissue Certificate button, then Clicked the Install a free basic certificate provided by Let's Encrypt / Install button at bottom of page. Site is ok now with a 3 months renewed SSL certificate - had to wait a couple of hours though. It looks like i have become a ssl guru... well sort of ! Problem solved
  13. Hi ! No more https on my site since around 10am UTC today. Plesk panel says ssl is ok. Chrome says certificate expired since 2022-07-28 ! Firefox says : www.tdm-yamaha.heliohost.org uses an invalid security certificate. The certificate is not trusted because it is self-signed. Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT So...what's wrong ? Heat weave ? Not an ssl guru so I'm a little bit lost. Thanks for help.
  14. Seems ok now ! 😊
  15. Hi ! Got the 302 Bad Gateway error / nginx. From the log : 30220#0: *244774 connect() failed (111: Connection refused) while connecting to upstream Started @ 2023-02-10 01:27:08 UTC
×
×
  • Create New...