batMail function

String batMail()

:(

Implementation

String batMail() {
  String sender = 'Wayne Enterprise';
  return 'Greetings from Bstmail!  $sender';
}