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

make sure to use the user's time zone when composing test messages

هذا الالتزام موجود في:
Adam Cooke
2018-01-13 19:06:44 +00:00
الأصل 67e37b0770
التزام 5f88ee85bf

عرض الملف

@@ -17,7 +17,7 @@
@message.from = "test@#{domain.name}"
end
end
@message.subject = "Test Message at #{Time.now.to_s(:long)}"
@message.subject = "Test Message at #{Time.zone.now.to_s(:long)}"
@message.plain_body = "This is a message to test the delivery of messages through Postal."
end