-
It seems like the email server won't let me send out emails. Maybe because i'm on default/local host? Maybe it is my the way my personal email is configured? Either way, there doesn't seem to be any d…
-
This package has type definitions in [DefinitelyTyped](https://www.npmjs.com/package/@types/maildev), however, I think it might be more convenient to add the `.d.ts.` file to this repository to make u…
-
I haven't customized a windows machine much but run into an error when trying to start up the assistant locally. Meaning, Open-Assistant is trying to use a port is in use by a system process.
```
…
-
Hi,
I'm running unit tests via PHPUnit on GitLab CI and I do get the following error:
`sh: 1: /usr/sbin/sendmail: not found`
In this case, I don't need any real email to be send. What would be …
-
Hello,
Is it possible to display attachments in the body of the mail?
Thanks very much
-
Running the container with a named volume doesn't work.
I use the following `docker-compose.yml`:
```
services:
maildev:
image: timshel/maildev
environment:
- MAILDEV_MAIL_DI…
-
I want to use smtp or amazon ses instead of maildev.
I configured the email service from the following location: /cp-local-development/workspace-zen/services/cp-email-service
In the docker-comp…
-
The outgoing backend is case-by-case different, in my case because of some network policy I have to use an API to proxy the email to real SMTP server, and in some case, it might use other way like pus…
-
On OS X, the container immediately exits on launch the gitlab-ci container
```
docker logs ec7684e05bdf
mkdir: cannot create directory '/home/gitlab_ci/data/backups': Permission denied
```
and
```
…
-
# Summary
[SOW](https://docs.google.com/document/d/1YthZ9Jhh5Tfmap73BgpN5IAmcVk95aSHbNNludpVXYg/edit)
The goal is to implement batch email notifications for some activities/trigers in the Hyku appli…