Skip to content

Instantly share code, notes, and snippets.

View hateofhades's full-sized avatar
🌆

Andrei Serban hateofhades

🌆
  • Bucharest
  • 08:00 (UTC +02:00)
View GitHub Profile
use std::sync::Arc;
use handlebars::Handlebars;
use lettre::{
Message, SmtpTransport, Transport, message::MultiPart,
transport::smtp::authentication::Credentials,
};
use serde_json::json;
use tonic::{Request, Response, Result, Status};