i have a problem :(

I have a problem with osclass my website https://www.atzsite.com/ when a user registers do not send the confirmation email or anything I have read that may be hosting problem

@atzsite said:
I have a problem with osclass my website https://www.atzsite.com/ when a user registers do not send the confirmation email or anything I have read that may be hosting problem

What is your site using PHP mail() or SMTP?

If PHP Mail(), you may refer to this:
https://infinityfree.net/support/php-mail/

Use SMTP

@atzsite said:
Use SMTP

What are you trying to say with those words? Do you want to use SMTP? Are you not sure how to do so? Do you already use SMTP? Which SMTP service have you set up?

I need to set up a mail server for my website to work. I am using osclass, my website is atzsite.com

@atzsite said:
I need to set up a mail server for my website to work. I am using osclass, my website is atzsite.com

That error message doesn’t make any sense. If a PHP script needs to set up an SSL connection, they use the openssl extension (which is installed everywhere). The Apache mod_ssl module is used to set up HTTPS sites with Apache, which has nothing to do with setting up a secure SMTP connection from PHP.

Please check with the OsClass developers for further help, or submit a bug report with them. Their validation is wrong.