mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
8 lines
159 B
Lua
8 lines
159 B
Lua
-- SMTP Config Package
|
|
-- Provides configurable SMTP configuration UI components
|
|
|
|
return {
|
|
smtp = require("smtp"),
|
|
validate = require("validate")
|
|
}
|