-
This is copied from my [rant on AUR](https://aur.archlinux.org/packages/courier-mta#comment-893408).
Not sure if this is caused by version 1.2 of `courier-mta` or version 3.0.x of `openssl`, but `c…
-
### Description
If the SMTP server doesn't work perfectly for some reason, Synapse starts a Denial-of-Service (DoS) attack on that server. This triggers spam/DoS protection like Fail2Ban or UFW 'li…
-
**main use cases of the proposed feature**
As a platform engineer, I need to be able to spin up conventional and minimally reconfigured appflowy instances quickly, in order to provision many commun…
-
When implementing an upstream SMTP proxy which supports XCLIENT, it is possible to pass the original client connection data along to whichever downstream server hosts the destination mailbox.
Addin…
-
In
- modules/imap/hm-imap.php
- modules/pop3/hm-pop3.php
- modules/smtp/hm-smtp.php
`stream_socket_enable_crypto()` is called with `STREAM_CRYPTO_METHOD_TLS_CLIENT` as `crypto_type`. According to a…
jmce updated
6 months ago
-
Hello.
Please add the ability to send mails using SMTP.
This is especially needed in games for password reset, login verification emails, etc.
Thanks!
-
On Python 3.9.2 on macOS 11.2.1, using pytest 6.2.2 and smtpdfix 0.2.9, the following test fails with `smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported by server.`. Uncommenting the l…
-
# IT – ynot
[https://fischerpj.github.io/ynot/posts/IT/](https://fischerpj.github.io/ynot/posts/IT/)
-
Hi,
I'm unable to send mails via backend-combined /w imap and smtp.
Any ideas regarding this problem?
This is from backend/imap/config.php
> $imap_smtp_params = array('host' => 'ssl://smtp.example.…
-
Hello,
During receive of an email I got this error message `'utf-8' codec can't decode byte 0xf6 in position 499: invalid start byte`.
I do think it was caused by `åäö` in the subject or body but …