1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-21 15:19:48 +00:00

initial commit from appmail

هذا الالتزام موجود في:
Adam Cooke
2017-04-19 13:07:25 +01:00
الأصل a3eff53792
التزام 2fdba0ceb5
474 ملفات معدلة مع 51228 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,17 @@
We're writing to let you know that your <%= @server.name %> mail server is approaching its send limit. All mail servers have a limit of how much e-mail they are permitted to send in a rolling 60 minute window. At present you have sent <%= @server.send_volume %> messages and have a limit of <%= @server.send_limit %>.
Orgaization: <%= @server.organization.name %>
Server: <%= @server.name %>
Send Limit: <%= @server.send_limit %>
Current Volume: <%= @server.send_volume %>
When you reach your limit, any mail you send will be held in our system until it is manually unheld by you through our web interface or using our API.
You can view more information about this server at:
<%= Postal.host_with_protocol %>/org/<%= @server.organization.permalink %>/servers/<%= @server.permalink %>
Thanks,
<%= Postal.smtp_from_name %>
<%= Postal.smtp_from_address %>