Rev 17276 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17276 | Rev 18582 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | sender=$supervisormail |
26 | sender=$supervisormail |
27 | noreply1=$empty |
27 | noreply1=$empty |
28 | noreply2=$empty |
28 | noreply2=$empty |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | !for l_ |
31 | !for l_ in $sending_mail |
32 | u=!record $l_ of wimshome/sessions/$wims_session/.userlist_mail |
32 | u=!record $l_ of wimshome/sessions/$wims_session/.userlist_mail |
33 | username=!append item $(u[1]) $(u[2]) to $username |
33 | username=!append item $(u[1]) $(u[2]) to $username |
34 | login=!append item $(u[3]) to $login |
34 | login=!append item $(u[3]) to $login |
35 | !mailto $(u[4])\ |
35 | !mailto $(u[4])\ |
36 | $sender\ |
36 | $sender\ |