You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to make API requests that schedule a report for immediate execution. The only difficult part remaining is capturing the rendered-and-sent report out of MPortal: initiating connections from container to host is (IIUC) hard/wrong, so the IT can't just open an SMTP server and listen for the email.
Probable best long-term solution:
add another Docker container that runs a mock SMTP server
connect that SMTP server into MPortal's port 25
somehow make API requests to the mock SMTP server to coax out information about the emails it received
Seems technically feasible, but arduous.
The text was updated successfully, but these errors were encountered:
It is currently possible to make API requests that schedule a report for immediate execution. The only difficult part remaining is capturing the rendered-and-sent report out of MPortal: initiating connections from container to host is (IIUC) hard/wrong, so the IT can't just open an SMTP server and listen for the email.
Probable best long-term solution:
Seems technically feasible, but arduous.
The text was updated successfully, but these errors were encountered: