-
Hi!
I have a some problem at the start of using your package:
import maildesk
imap_server = "imap.yandex.com"
imap_port = 993
smtp_server = "smtp.yandex.com"
smtp_port = 465
mail = mailde…
-
使用Outlook邮箱发信(smtp-mail.outlook.com),得到错误`错误:504 5.7.4 Unrecognized authentication type [TYCPR01CA0120.jpnprd01.prod.outlook.com 2023-05-19T20:16:50.695Z 08DB578F0E3AFDFD]`。
我已经在Python上验证了邮箱发信本身没有问…
-
openssl s_client does not check if a stapled OCSP status reply is valid or not.
Here are two test cases with a server cert that even has the must-staple TLS extension set:
1) echo QUIT | openssl…
-
Email notification not working:
[DEBUG] Preparing email for new or changed booking ...
[DEBUG] Preparing to send email ...
[DEBUG] Using backend 'smtp'
[DEBUG] Recipients: 'xxxx@gmail.com,
…
-
This note is based on "TLSRPT for MTAs" Version 0.01. I summarize my understanding of the global architecture, present ball-park performance numbers, and make suggestions for the internal storage.
…
-
**Is your feature request related to a problem? Please describe.**
A user can have 2 campaigns and 2 SMTP servers. The user would like to set CAMP1 to use SMTP1 and CAMP2 to use SMTP2.
**Describe …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### Context
- Hardware: *computer*
- YunoHost version: 11.2.9.1
- I have access to my server: *Through SSH | through the webadmin*
- Are you in a special context or did you perform some particul…
-
### What happened?
The encoding breaks on the subject, body of the letter and attachments. In the UTF-8 encoding, everything works normally. Problems arise with letters in the encodings charset=iso-8…
-
While attempting to send through my Sendgrid account I got stuck on this error for ages. Basically my password had some special characters and I guess I needed to do some escaping, unfortunately the e…