مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
7 أسطر
139 B
Ruby
7 أسطر
139 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
|
|
default from: "#{Postal.smtp_from_name} <#{Postal.smtp_from_address}>"
|
|
layout false
|
|
|
|
end
|