1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

add script for testing app SMTP connections

هذا الالتزام موجود في:
Adam Cooke
2017-04-28 17:09:39 +01:00
الأصل 6fc82b2049
التزام 3333a7baf3
6 ملفات معدلة مع 42 إضافات و2 حذوفات

عرض الملف

@@ -44,4 +44,8 @@ class AppMailer < ApplicationMailer
mail :to => @server.organization.notification_addresses, :subject => "[#{server.full_permalink}] Your mail server has been suspended"
end
def test_message(recipient)
mail :to => recipient, :subject => "Postal SMTP Test Message"
end
end