You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a similar unsolved discussion that might be relevant to your issue: Why this not work, which was last updated on September 5, 2024 [1].
For your specific issue with SMTP configuration in Dify version 0.11.0, ensure that you have correctly set the Mail parameters in the .env file. Here is a sample configuration:
Make sure to replace 'your.smtp.server', 'your_smtp_username', and 'your_smtp_password' with your actual SMTP server details. After making these changes, restart the service using:
docker compose down
docker compose up -d
If you still do not receive the emails, verify that the email service is functioning correctly and check if the email has been placed in the spam folder [2].
Self Checks
Dify version
0.11.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Follow this configuration and restart docker, no mail received
✔️ Expected Behavior
get emails
❌ Actual Behavior
Follow this configuration and restart docker, no mail received
The text was updated successfully, but these errors were encountered: