| Line 969... |
Line 969... |
| 969 |
my $activationlink = url ()."?activate=".$data->{activation};
|
969 |
my $activationlink = url ()."?activate=".$data->{activation};
|
| 970 |
$body = $h->p ("Greetings,");
|
970 |
$body = $h->p ("Greetings,");
|
| 971 |
$body .= $h->p ("It appears as though you've registered a new account in RollerCon's VORC system with the following information:");
|
971 |
$body .= $h->p ("It appears as though you've registered a new account in RollerCon's VORC system with the following information:");
|
| 972 |
$body .= $h->table ([
|
972 |
$body .= $h->table ([
|
| 973 |
$h->tr ([$h->td (" ", "Derby Name:", $data->{derby_name})]),
|
973 |
$h->tr ([$h->td (" ", "Derby Name:", $data->{derby_name})]),
|
| 974 |
$h->tr ([$h->td (" ", "Real Name:", $data->{real_name})]),
|
974 |
$h->tr ([$h->td (" ", "Full Name:", $data->{real_name})]),
|
| 975 |
$h->tr ([$h->td (" ", "Pronouns:", $data->{pronouns})]),
|
975 |
$h->tr ([$h->td (" ", "Pronouns:", $data->{pronouns})]),
|
| 976 |
$h->tr ([$h->td (" ", "TShirt Size:", $data->{tshirt})]),
|
976 |
$h->tr ([$h->td (" ", "TShirt Size:", $data->{tshirt})]),
|
| 977 |
$h->tr ([$h->td (" ", "Email Address:", $data->{email})]),
|
977 |
$h->tr ([$h->td (" ", "Email Address:", $data->{email})]),
|
| 978 |
$h->tr ([$h->td (" ", "Phone:", $data->{phone})])
|
978 |
$h->tr ([$h->td (" ", "Phone:", $data->{phone})])
|
| 979 |
]);
|
979 |
]);
|