Luo-En

Results 10 comments of Luo-En

I don't think this is a nextcloud issue as I have the same issue with other overlay icons like disks. It looks more like a gnome 43/nautilus 43 bug. I...

Yes. I configured it as a custom SMTP server for my project and also configured the same server in the .env file for the appwrite instance. It works for the...

I started with only the SMTP settings in the .env and that didn't work. I was quite surprised to see that it worked in the project settings though. I never...

``` _APP_SMTP_HOST=smtp.resend.com _APP_SMTP_PORT=587 _APP_SMTP_SECURE=false _APP_SMTP_USERNAME=resend _APP_SMTP_PASSWORD=[redacted] ```

Same problem after `docker compose up -d --force-recreate` and trying to verify admin's email (also made sure I copied the password from the project settings into the .env file): ```...

They were already set. I changed them to match my admin user but still same exception from appwrite-worker-emails.

Slightly different exception: ``` [Job] Received Job (68ff7722d74976.64688351). ---- took several minutes ---- [Job] (68ff7722d74976.64688351) failed to run. [Job] (68ff7722d74976.64688351) Error sending mail: SMTP Error: Could not connect to SMTP...

Both 587/"tls" and 465/"ssl" give me the same exception: ``` [Job] Received Job (6900b9fa618753.22982664). [Job] (6900b9fa618753.22982664) failed to run. [Job] (6900b9fa618753.22982664) Error sending mail: SMTP Error: data not accepted. [Error]...

We're getting closer: tried with gmail and that works. Then generated a fresh API key from resend.com (which is used as the SMTP password), their SMTP server and required username...

@usmandilmeer What remains is the question why the same configuration then works in my appwrite project settings. Emails generated there work fine (using resend.com). It's not a blocking issue for...