1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore: use fork of sparkpost

This commit is contained in:
Rob Ede
2024-07-07 03:26:40 +01:00
parent 697d2ec49d
commit 42acb27186
5 changed files with 319 additions and 565 deletions

View File

@ -1,5 +1,5 @@
use once_cell::sync::Lazy;
use sparkpost::transmission::{
use sparklepost::transmission::{
EmailAddress, Message, Options, Recipient, Transmission, TransmissionResponse,
};