1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/app/views/app_mailer/server_send_limit_approaching.text.erb
2024-02-26 12:41:57 +00:00

18 أسطر
875 B
Plaintext

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 the system until it is manually unheld by you through the web interface or using the API.
You can view more information about this server at:
<%= Postal.host_with_protocol %>/org/<%= @server.organization.permalink %>/servers/<%= @server.permalink %>
Thanks,
<%= Postal::Config.smtp.from_name %>
<%= Postal::Config.smtp.from_address %>