مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
refactor: refactor the SMTP sender
هذا الالتزام موجود في:
12
app/lib/smtp_client/ssl_modes.rb
Normal file
12
app/lib/smtp_client/ssl_modes.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module SMTPClient
|
||||
module SSLModes
|
||||
|
||||
AUTO = "Auto"
|
||||
STARTTLS = "STARTLS"
|
||||
TLS = "TLS"
|
||||
NONE = "None"
|
||||
|
||||
end
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم