-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: #1511
Comments
Have you set the values for SMTP_USER_EMAIL & SMTP_PASS? |
I should assign an user and password for sending email ? |
Just set a username and password... same result. |
2024-12-10 15:21:07 OpenSign-container | HTTP 12/10/2024 7:21:07 AM 172.18.0.3 Returned 200 in 2 ms |
Hello @hkechung It seems to be issue with hostname you provided in .env
|
I set the SMTP_HOST=172.16.xxx.xxx |
Issue Description
Issue Description
.env.prod in windows directory is not working for SMTP
SMTP_ENABLE=true
SMTP_HOST=172.16.xxx.xxx
SMTP_PORT=25
SMTP_USER_EMAIL=
SMTP_PASS=
Problem is, the SMTP_ENABLE=true but erorr when sending email with "Please setup email adapter."
Expected Behavior
Send email
Current Behavior
when sending email with "Please setup email adapter."
Steps to reproduce
reset your password
Screenshots of the issue(optional)
No response
Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
windows 11
What browsers are you seeing the problem on?
No response
What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
2.6.0
What environment are you seeing the problem on?
Dev (localhost or vercel)
Please check the boxes that apply to this issue report.
Code of Conduct
The text was updated successfully, but these errors were encountered: