Email notification on Send Limit exceedance #3536
-
|
Per Postal docs:
My expectation was that I would receive the notification to the Admin email, however, this didn't happed. Is it possible to elaborate on how to configure that email? |
Beta Was this translation helpful? Give feedback.
Answered by
willpower232
Mar 2, 2026
Replies: 1 comment 6 replies
-
|
Did you configure Postals ability to send its own emails? This is under the Lines 155 to 175 in d532922 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
postal/app/mailers/app_mailer.rb
Lines 18 to 26 in d532922