-
## Motivation
There are a few reasons that it would be best to handle the majority of our ESI question via OSTicket instead of slack.
- All discussions pertaining to the issue stay in one place, not s…
-
### ⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### 🏷️ Feature Request Type
New Notification, New Monitor
### …
-
**Describe the bug**
I've set up SMTP in `config/config.php` using the following settings:
> 'technicalcontact_email' => 'admin@example.com',
> 'mail.transport.method' => 'smtp',
> mail.tr…
pkxb updated
3 months ago
-
I've getting errors sending SMTP Mails out:
```
Caused by: org.springframework.mail.MailSendException: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.57 SMTP; Client was not aut…
-
Hi,
there are three modes for SMTP:
1) unencrypted connection (typically via port 25, multiple auth methods available: plain, md5, etc.)
2) SMTP+TLS (typically via port 25, intially communication is …
-
Here is my TCP service configmap:
```
apiVersion: v1
kind: ConfigMap
metadata:
name: smtp-config
namespace: ingress-haproxy
annotations:
argocd.argoproj.io/sync-wave: "-1"
data:
…
-
Example server logs:
```
...
AUTH PLAIN *masked*
454 4.7.0 auth failed
* -> produces 'Command too short: "*"'
501 5.5.2 Bad command
QUIT
221 2.0.0 Bye
````
Expected behavior:
```
...…
-
**Description:**
When choosing the custom selection for SMTP to connect to a local SMTP relay server an error is produced {"name":"AuthError","data":"504 5.7.4 Unrecognized authentication type","stag…
-
Google email stopped working about 2 weeks ago. I replaced the smtp settings with my ISP smtp server on port 25, 567 or 465 but I kept getting this error
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] w…
-
I'm implementing SMTP connections pool in my app (see #154) and I already faced two issues when a remote SMTP server closes an idle connection due to timeout:
* impossible to check the connection sta…