forked from NginxProxyManager/nginx-proxy-manager
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency phpmailer/phpmailer to v6.9.2
- Loading branch information
1 parent
07720a2
commit 73210a7
Showing
23 changed files
with
195 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.9.1 | ||
6.9.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,27 +5,32 @@ | |
* @package PHPMailer | ||
* @author Matt Sturdy <[email protected]> | ||
* @author Crystopher Glodzienski Cardoso <[email protected]> | ||
* @author Daniel Cruz <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.'; | ||
$PHPMAILER_LANG['buggy_php'] = 'Tu versión de PHP está afectada por un bug que puede resultar en mensajes corruptos. Para arreglarlo, cambia a enviar usando SMTP, deshabilita la opción mail.add_x_header en tu php.ini, cambia a MacOS o Linux, o actualiza tu PHP a la versión 7.0.17+ o 7.1.3+.'; | ||
$PHPMAILER_LANG['connect_host'] = 'Error SMTP: Imposible conectar al servidor SMTP.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.'; | ||
$PHPMAILER_LANG['empty_message'] = 'El cuerpo del mensaje está vacío.'; | ||
$PHPMAILER_LANG['encoding'] = 'Codificación desconocida: '; | ||
$PHPMAILER_LANG['execute'] = 'Imposible ejecutar: '; | ||
$PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: '; | ||
$PHPMAILER_LANG['file_access'] = 'Imposible acceder al archivo: '; | ||
$PHPMAILER_LANG['file_open'] = 'Error de Archivo: Imposible abrir el archivo: '; | ||
$PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Imposible crear una instancia de la función Mail.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Imposible enviar: dirección de email inválido: '; | ||
$PHPMAILER_LANG['invalid_header'] = 'Nombre o valor de encabezado no válido'; | ||
$PHPMAILER_LANG['invalid_hostentry'] = 'Hostentry inválido: '; | ||
$PHPMAILER_LANG['invalid_host'] = 'Host inválido: '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Debe proporcionar al menos una dirección de email de destino.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinos fallaron: '; | ||
$PHPMAILER_LANG['signing'] = 'Error al firmar: '; | ||
$PHPMAILER_LANG['smtp_code'] = 'Código del servidor SMTP: '; | ||
$PHPMAILER_LANG['smtp_code_ex'] = 'Información adicional del servidor SMTP: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.'; | ||
$PHPMAILER_LANG['smtp_detail'] = 'Detalle: '; | ||
$PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; | ||
$PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: '; | ||
$PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: '; | ||
$PHPMAILER_LANG['smtp_code'] = 'Código del servidor SMTP: '; | ||
$PHPMAILER_LANG['smtp_code_ex'] = 'Información adicional del servidor SMTP: '; | ||
$PHPMAILER_LANG['invalid_header'] = 'Nombre o valor de encabezado no válido'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.