Re-write email backend, use SMTP directly.

This commit is contained in:
Paul Makles
2020-08-30 17:16:53 +01:00
parent ff0e539c7b
commit cbac802978
21 changed files with 354 additions and 303 deletions

View File

@@ -9,13 +9,11 @@ extern crate bitfield;
#[macro_use]
extern crate lazy_static;
pub mod notifications;
pub mod database;
pub mod notifications;
pub mod routes;
pub mod email;
pub mod util;
use dotenv;
use rocket_cors::AllowedOrigins;
use std::thread;