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