Home Applications iris-mail

iris-mail

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
4.75
2 reviews
0
Awards
365
Views
20
IPM installs
0
0
Details
Releases (2)
Reviews (2)
Issues
Articles (1)
Dependants (1)
This app has a demo View
iris-mail serves as a substitute for mail server.

What's new in this version

Embedded Python

iris-mail

This app serves as a substitute for mail server. I created it to do load testing on an app which sends messages to a mail server. The people responsible for the mail server do not want to receive thousands of messages whenever I do load testing.

I start iris-mail in a container and redirect the messages from the real mail server to the substitute. I can review messages in iris-mail to confirm the correct number of messages have been received.

Prerequisites

Make sure you have git and Docker desktop installed.

Installation ZPM

zpm "install iris-mail"

Installation docker

Clone/git pull the repo into any local directory

git clone https://github.com/oliverwilms/iris-mail.git

Open the terminal in this directory and run:

docker-compose build
  1. Run the IRIS container with your project:
docker-compose up -d

IRIS terminal:

docker-compose exec iris iris session iris
write ##class(dc.iris.mail.EmbeddedPython).getProductionName()

Python Shell

do ##class(%SYS.Python).Shell()

Online Demo

screenshot

You can find online demo here - portal or webterminal

screenshot

Settings

iris-mail uses port 30025 to receive mail. If you have outbound email operation sending to iris-mail, configure it with your iris-mail IP address.

screenshot

Made with
Install
zpm install iris-mail download archive
Version
1.0.129 May, 2022
ObjectScript quality test
Category
Integration
Works with
InterSystems IRIS
First published
28 May, 2022
Last edited
30 May, 2022
Last checked by moderator
15 Oct, 2024Works