-
from .env
# error handling settings
ERRORS_ECHO_DEV=1 # defaults true (1) if not set
ERRORS_EMAIL_DEV=1 # defaults false (0) if not set
# email settings
PHPMAILER_PROTOCOL="" # required, but…
-
It did not send me an email using SMTP, it showed an error: "_SMTP Error: Could not connect to SMTP host._".
In common.inc.php I added the line "_$mail->SMTPSecure = SMTP_SECURE;_" and in config line…
-
Hi, I am trying to use lettre to send emails via the outlook smtp server smtp.office365.com:587. However, the send(...) function of AsyncSmtpTransport returns an error which I believe to be a bug.
…
-
Impacted versions: 12 and 13
Steps to reproduce:
1. CRM (List view)
2. Select one or more rows
3. Actions -> Send Email
Current behavior:
Frontend: Silent failure (message marked as not …
-
REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER:
- iRedMail version (check /etc/iredmail-release): 1.7.0 PGSQL edition
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distrib…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
I can send the test email, but …
-
Hi,
im trying to run (sending emails feature) in dotproject while:
1- my current mail server is outside the one which i uploaded the files on
2- i tried these steps in (System Configuration) :
- (…
-
Hello
I would like to use MailJet to send emails from GitLab. But, it doesn't work :-(
MailJet explain that :
- User : ``
- Pass: ``
- SMTP: `in-v3.mailjet.com`
- PORT: `25 or 587`
If TLS doesn't…
-
Hi there,
so, I'm not a real Docker pro, but so far I've managed to spin up 15 stacks that ran beautiful right from the start or required minimal meddling with ports if already taken by another con…
-
The Setup is pretty Easy!
but when I setup email and tried to invite members then that function is not working.
Here is my composefile
```
version: "3.5"
x-environment:
&default-back-env…