# ¿Cómo configuro mi formulario si la función mail() está desactivada?

Por razones de seguridad, se encuentra desactivada la opción de enviar correos a través de la función **mail()** de PHP.

* Para poder hacer funcionar tus formularios, te recomendamos seguir las instrucciones en el siguiente enlace:\
  [¿Qué es y para que sirve PHPMailer?](https://ayuda.sitioshispanos.com/menu-principal/guias/correo-electronico/problemas-con-sus-correos/phpmailer)<br>
* Si tu sitio es un WordPress, también podés seguir estos pasos:\
  <https://blog.sitioshispanos.com/tutoriales/enviando-emails-autenticados-en-wordpress-utilizando-wp-smtp/>
* Si usas Joomla:\
  <https://blog.sitioshispanos.com/constructor-web/como-configurar-joomla-para-enviar-correos-electronicos-usando-smtp/>
* Si usas Moodle:\
  <https://blog.sitioshispanos.com/moodle/configurar-smtp-para-el-envio-de-correos-en-moodle/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ayuda.sitioshispanos.com/menu-principal/guias/correo-electronico/problemas-con-sus-correos/funcion-mail-desactivada.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
