FB_mail: Added recipient to log-message

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1916 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass
2012-10-03 11:15:56 +00:00
parent 8ad365b39c
commit 8a3105f05a

View File

@@ -61,7 +61,7 @@ FB_mail($$$)
system("/bin/echo \'$text\' > \'$tmpfile\' ");
system("/sbin/mailer send -i \"$tmpfile\" -s \"$subject\" -t \"$rcpt\"");
system("rm \"$tmpfile\"");
Log 3, "Mail sent."
Log 3, "Mail sent to $rcpt";
}