quick and dirty debug test
This commit is contained in:
parent
4e61b23cc5
commit
c5d83a18bf
|
@ -427,6 +427,8 @@ function SendEmail {
|
||||||
local smtpUser="${9}"
|
local smtpUser="${9}"
|
||||||
local smtpPassword="${10}"
|
local smtpPassword="${10}"
|
||||||
|
|
||||||
|
echo "$subject $message $destinationMails $attachment $senderMail $smtpServer $smtpPort $encryption $smtpUser $smtpPassword"
|
||||||
|
|
||||||
__CheckArguments 3-10 $# "$@" #__WITH_PARANOIA_DEBUG
|
__CheckArguments 3-10 $# "$@" #__WITH_PARANOIA_DEBUG
|
||||||
|
|
||||||
local mail_no_attachment=
|
local mail_no_attachment=
|
||||||
|
|
Loading…
Reference in New Issue