-
Not really an issue, but a proposal / improvement suggestion.
Currently our gen_smtp_server does support 8-bit DATA payload (it advertises `8BITMIME` extension https://datatracker.ietf.org/doc/html…
-
```
What steps will reproduce the problem?
1. Start SMTP server with ExecutorService: 3 threads, 5 queue capacity
2. Try to send email in 30 threads
3. See what happens
What is the expected output? W…
-
### Describe the bug
I want to use M5Core2 at Ethernet network (not WIFI network).
I try to use Ethernet and ESP_Mail_Client library to send e-mail but it failed.
### To reproduce
Compile this cod…
-
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) :
- (…
-
Here is the traefik code:
```
tcp:
routers:
smtp_router:
entryPoints:
- smtp
rule: "HostSNI(`*`)"
service: smtp_service
services:
smtp_service:
l…
-
Catch possible exceptions and send a email with the error message to me.
-
```
Illuminate\Database\Eloquent\JsonEncodingException: Unable to encode attribute [data] for model [Rias\StatamicRedirect\Data\Hit] to JSON: Malformed UTF-8 characters, possibly incorrectly encoded.…
-
1. Methods of `Session` interface have to return `smtp.SMTPError{...}` to customize returned smtp code and message. Although it's ok to set smtp code `250` for normal exit with `SMTPError{...}`, but w…
-
Hi,
Im trying to use AWS SES SMTP settings/credentials in order to send emails but AWS requires TLS.
Email Sending test fails with an error saying that the server:
"The SMTP server requires …
-
### Discussed in https://github.com/curl/curl/discussions/15425
Originally posted by **anuanton** October 28, 2024
I am using libcurl to do a network transfer. The Curl connection timeout was …