add set crypt_use_gpgme=no Mutt option
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gregory Colpart 2022-06-01 15:24:47 +02:00
parent 17a2032a10
commit e9bc035fb9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Bien à vous,
-- --
Rapport automatique Evolix Rapport automatique Evolix
EOT EOT
mutt -x -e 'set send_charset="utf-8"' -H $template \ mutt -x -e 'set send_charset="utf-8"' -e "set crypt_use_gpgme=no" -H $template \
-a /var/www/mysqlreport_${instance}.html < $body -a /var/www/mysqlreport_${instance}.html < $body
done done
chmod 644 /var/www/mysqlreport*html chmod 644 /var/www/mysqlreport*html

View File

@ -44,7 +44,7 @@ Bien à vous,
-- --
Rapport automatique Evolix Rapport automatique Evolix
EOT EOT
mutt -x -e 'set send_charset="utf-8"' -H $template \ mutt -x -e 'set send_charset="utf-8"' -e "set crypt_use_gpgme=no" -H $template \
-a /var/www/mysqlreport_${instance}.html < $body -a /var/www/mysqlreport_${instance}.html < $body
done done
chmod 644 /var/www/mysqlreport*html chmod 644 /var/www/mysqlreport*html