multiple recipients together
This commit is contained in:
parent
75ea7695ca
commit
43e4711c69
|
@ -24,8 +24,7 @@ makeuser_no_ansible()
|
||||||
#sed -e "s/newusername/$1/g" -e "s/newpassword/$newpw/" $EMAIL_TEMPLATE | sudo mail $1 $2 $ADMIN_EMAIL
|
#sed -e "s/newusername/$1/g" -e "s/newpassword/$newpw/" $EMAIL_TEMPLATE | sudo mail $1 $2 $ADMIN_EMAIL
|
||||||
|
|
||||||
#This is the welcome email for thunix
|
#This is the welcome email for thunix
|
||||||
sed -e "s/newusername/$1/g" -e "s/newpassword/$newpw/g" include/email.tmpl | sudo mail -s "Welcome to Thunix!" $2
|
sed -e "s/newusername/$1/g" -e "s/newpassword/$newpw/g" include/email.tmpl | sudo mail -s "Welcome to Thunix!" $2,$ADMIN_EMAIL
|
||||||
sed -e "s/newusername/$1/g" -e "s/newpassword/$newpw/g" include/email.tmpl | sudo mail -s "Welcome to Thunix!" $ADMIN_EMAIL
|
|
||||||
sub_to_list $1
|
sub_to_list $1
|
||||||
|
|
||||||
#We don't need this for thunix, since ansible will do it
|
#We don't need this for thunix, since ansible will do it
|
||||||
|
|
Loading…
Reference in New Issue