مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-17 05:33:35 +00:00
5 أسطر
140 B
Ruby
5 أسطر
140 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default :from => "#{Postal.smtp_from_name} <#{Postal.smtp_from_address}>"
|
|
layout false
|
|
end
|