Feat: Expose SMTP DKIM settings

This commit is contained in:
Nelson Chan
2021-12-19 13:30:53 +08:00
parent 0ca68f791f
commit 624cd862a5
6 changed files with 196 additions and 62 deletions

View File

@@ -33,6 +33,7 @@ import {
faFile,
faAward,
faLink,
faChevronDown,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -65,6 +66,7 @@ library.add(
faFile,
faAward,
faLink,
faChevronDown,
);
export { FontAwesomeIcon };