Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
7
server/node_modules/node-appwrite/dist/enums/smtp-encryption.d.mts
generated
vendored
Normal file
7
server/node_modules/node-appwrite/dist/enums/smtp-encryption.d.mts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare enum SmtpEncryption {
|
||||
None = "none",
|
||||
Ssl = "ssl",
|
||||
Tls = "tls"
|
||||
}
|
||||
|
||||
export { SmtpEncryption };
|
||||
Reference in New Issue
Block a user