diff --git a/package_check.sh b/package_check.sh index d1aa63f..a871fa6 100755 --- a/package_check.sh +++ b/package_check.sh @@ -1154,7 +1154,7 @@ then # Send the message by mail, if a address has been find if [ -n "$dest" ]; then - mail -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message" + mail -a "From: yunohost@yunohost.org" -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message" fi fi