-
In the following tutorial we showed how to build a hosting component for an open-source dev-time SMTP server to help people debug code that needs to use an SMTP server:
https://learn.microsoft.com/…
-
### Area(s)
area:new
### Is your change request related to a problem? Please describe.
I would like to see traces of emails being send by our system. We use a Java library that relies on `javax.ma…
-
ISSUE:
I try to install otobo via docker on an Oracle Linux 9 host. Running through the initial web installation wizard testing the mail configuration produces a popup that configuration is faulty. T…
-
Hi there, thanks for your library.
I would like to implement a SMTP check, especially for fastapi_mail, but everything is sync so I cannot call async methods. Are there any plans to create an asyn…
-
I've started to write an SMTP connection library inside email package, but I think this is wrong. I mean, it is not really part of the email implementation and I am thinking about releasing it as a di…
-
### Issue Description
Running Documenso with Docker.
### Steps to Reproduce
my docker compose:
```
name: documenso-production
services:
database:
image: postgres:15
enviro…
-
This is what the person at BU Libraries got when they added their gmail SMTP that they use in other web interfaces
in .exampleconfig:
SMTP_HOST="smtp.gmail.com" \
SMTP_PASSWORD="REDACTED" \
SMTP…
-
RFC 8460 has specific requirements for sending TLSRPT notifications via email. The quote below is from https://datatracker.ietf.org/doc/html/rfc8460#section-3
> When sending failure reports via SM…
-
gmail has stopped its 'less secure apps section' we would need more than a username and a password to login
https://support.google.com/accounts/answer/6010255?hl=en
current code im using
```
…
-
library is working fine when run locally but as I run it on server it always show smtp connection error how to resolve this I changed the ports also
[ping-email - ERROR]: Error connecting to SMTP…