Skip to content
Discussion options

You must be logged in to vote

Judging by this, it looks like these emails are only emailed to direct users of the organization. I expect you can probably jerry rig it directly in the database through the link table but I'm not sure off the top of my head if that would accidentally cut you off from the rest of the admin.

def server_send_limit_approaching(server)
@server = server
mail to: @server.organization.notification_addresses, subject: "[#{server.full_permalink}] Mail server is approaching its send limit"
end
def server_send_limit_exceeded(server)
@server = server
mail to: @server.organization.notification_add…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@petr-larin
Comment options

@petr-larin
Comment options

@willpower232
Comment options

Answer selected by petr-larin
@petr-larin
Comment options

@willpower232
Comment options

@petr-larin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants