diff --git a/test-raiseticket.sh b/test-raiseticket.sh index b6b34b0..8b2ca94 100644 --- a/test-raiseticket.sh +++ b/test-raiseticket.sh @@ -153,6 +153,9 @@ echo "Hi Purple Team," >> $SMTPMSG echo "" >> $SMTPMSG echo "A new file has been uploaded to: $uploadurl containing diagnostic information for $user on $host." >> $SMTPMSG echo "" >> $SMTPMSG +echo "The Username and Password to download are (username:password): $authbasic" >> $SMTPMSG +echo "The Password to decompress the diagnostics zip is: $$zippass" >> $SMTPMSG +echo "" >> $SMTPMSG echo "Warmest Regards," >> $SMTPMSG echo "" >> $SMTPMSG echo "Purple MDM Diagnostics Bot" >> $SMTPMSG