Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
11
server/node_modules/node-appwrite/dist/enums/smtp-encryption.mjs
generated
vendored
Normal file
11
server/node_modules/node-appwrite/dist/enums/smtp-encryption.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// src/enums/smtp-encryption.ts
|
||||
var SmtpEncryption = /* @__PURE__ */ ((SmtpEncryption2) => {
|
||||
SmtpEncryption2["None"] = "none";
|
||||
SmtpEncryption2["Ssl"] = "ssl";
|
||||
SmtpEncryption2["Tls"] = "tls";
|
||||
return SmtpEncryption2;
|
||||
})(SmtpEncryption || {});
|
||||
|
||||
export { SmtpEncryption };
|
||||
//# sourceMappingURL=out.js.map
|
||||
//# sourceMappingURL=smtp-encryption.mjs.map
|
||||
Reference in New Issue
Block a user