Search results

  1. fusio

    Resolved Problem sending Laravel email

    Hello to everyone. I configured my .env file with the following data: MAIL_MAILER=smtp MAIL_HOST=mail.mydomain MAIL_PORT=587 MAIL_USERNAME=myuser MAIL_PASSWORD=mypassword MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="myuser@mydomain" and it worked fine on the first test, but I just did another email...
  2. fusio

    Resolved Install Laravel on free account

    Hello everyone and for those who use the Laravel framework. The Laravel website appears on the internet at the following path: domain.x10.mx/public. In the public_html directory add the .htaccess file with the following code: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options...
  3. fusio

    Problem to send email to gmail

    Hello. I have this code: $user = $_POST['usuario']; $nombre = $_POST['nombre']; $email = $_POST['email']; $tel = $_POST['tel']; $mensaje_form = $_POST['mensaje']; $para = 'selfiuzf@damanyer.x10.mx' . ", "; // atención a la coma $para .= 'damanyerweb@gmail.com'; $titulo =...
  4. fusio

    create another account just to promote this hosting

    Hello. I have my website hosted on this wonderful hosting on a free account. I am a programmer and youtuber. I wanted to ask you if I can create another account just to show how to do it, then I would delete that account of course. I do not want to have problems. I can do it?
  5. fusio

    Please can any administrator help me with this problem?

    hello. I am a web developer and I use one of my free sites to show my clients what their website would look like and thus work online. The question is that I'm trying to make a backup of the site to migrate it to its final hosting, but it won't let me create said backup. I know that it is...
  6. fusio

    storage disk almost full.

    hello. I have the storage disk at 96%. how can i get more storage?
  7. fusio

    Cannot create a new domain

    Hello everyone. I have a free account in this hosting, which gives me the opportunity to have 3 domains. I already have one working, but when I go to create another domain it gives me the following error: Cannot execute your request, Domain adding disabled. could you help me with this problem...
Top