craziks Posted August 3, 2023 Posted August 3, 2023 When i used, protocol: mail then it works well(after this: ) But it sends the mail on spam folder. But i figured out that using protocol smtp, it will send to primary mail not in spam folder but when i used protocol:smtp on port 465 it shows following error: The following SMTP error was encountered: 111 Connection refused. Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method. How to solve the issue 😔
wolstech Posted August 4, 2023 Posted August 4, 2023 Try port 587 instead. We block most outbound ports here by default and I'm not sure 465 is allowed as nothing of ours uses it.
craziks Posted August 5, 2023 Author Posted August 5, 2023 15 hours ago, wolstech said: Try port 587 instead. We block most outbound ports here by default and I'm not sure 465 is allowed as nothing of ours uses it. Tried 587 it is sending for protocol:mail but for protocol:smtp error: Warning --> fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol /home/freemock.helioho.st/httpdocs/system/libraries/Email.php 2069 ERROR - 2023-08-05 10:50:25 --> Severity: Warning --> fsockopen(): Failed to enable crypto /home/freemock.helioho.st/httpdocs/system/libraries/Email.php 2069 ERROR - 2023-08-05 10:50:25 --> Severity: Warning --> fsockopen(): unable to connect to tls://smtp.gmail.com:587 (Unknown error) /home/freemock.helioho.st/httpdocs/system/libraries/Email.php 2069
craziks Posted August 5, 2023 Author Posted August 5, 2023 16 hours ago, wolstech said: Try port 587 instead. We block most outbound ports here by default and I'm not sure 465 is allowed as nothing of ours uses it. It's still not sending email verification link to Gmail users but sending to temp mail users . Even it's sending forgot password mail to all email users without link only password mentioned in mail. I figured out mail contains link and send from heliohost is blocked by Gmail if protocol is mail , any solution
wolstech Posted August 5, 2023 Posted August 5, 2023 Gmail will sometimes refuse email mentioning a helioho.st or heliohost.us domain. This is because we also have users who try to host illegal stuff like phishing. We remove the abuse as soon as we find it, but we have no control over gmail’s decision to block our domains anyway. If this is an issue, I’d suggest using your account with an external domain like one from eu.org instead. Their domains tend to be more reputable as they’re manually reviewed when assigned, which helps stop people from registering abusive domains. 1
craziks Posted August 6, 2023 Author Posted August 6, 2023 On 8/5/2023 at 5:46 PM, wolstech said: Gmail will sometimes refuse email mentioning a helioho.st or heliohost.us domain. This is because we also have users who try to host illegal stuff like phishing. We remove the abuse as soon as we find it, but we have no control over gmail’s decision to block our domains anyway. If this is an issue, I’d suggest using your account with an external domain like one from eu.org instead. Their domains tend to be more reputable as they’re manually reviewed when assigned, which helps stop people from registering abusive domains. I will definitely try but it takes a lot of time to verify by eu.org but thanks for your response.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now