Email is displaying, but for some reason you're hiding all links throughout CB with the following CSS.
IN: /templates/jsn_meetup/css/custom/custom.css
ON: Line 250
Code:
.cb_template a {
display: None !important;
}
That's going to break the display of a lot of things since you're hiding every link in CB.