Skip to main content

queued_emails

Function queued_emails 

Source
async fn queued_emails(
    app_conf: Data<ApplicationConfiguration>,
    pool: Data<PgPool>,
    query: Query<QueuedEmailsQuery>,
) -> ControllerResult<HttpResponse>
Expand description

The mails queued to one account, newest first. There is no mail capture in this repo, so a spec asserting a message was composed reads the send queue instead of an inbox.