Hook de envio de e-mail (servidor).
typedef EmailSender = void Function(String to, String subject, Map<String, String> data);