Dvalin21
Dvalin21
You guys rock!! Look forward to it. On Tue, Nov 1, 2022 at 11:00 PM ETWang1991 ***@***.***> wrote: > We'll be rolling out a simple Merge feature soon, with a...
> > this issue can be closed now @dguyen @Mythie as the anonymous smtp auth is now implemented. > > I was able to send myself an e-mail via Curl...
I finally got documenso to send with gmail. Here is my .env ``` # [[AUTH]] NEXTAUTH_URL="app url" NEXTAUTH_SECRET="secret" # [[DATABASE]] POSTGRES_USER="documenso" POSTGRES_PASSWORD="password" POSTGRES_DB="documenso" NEXT_PRIVATE_DATABASE_URL="postgres://documenso:password@documenso-db:5432/documenso" NEXT_PRIVATE_DIRECT_DATABASE_URL="postgres://documenso:password@documenso-db:5432/documenso" # [[CRYPTO]] # Application Key...
This will be awesome (and save my eyeballs)
> Not receiving a reset password email or an email to confirm my account I've been having that same issue. I haven't gotten a response here or discord
> Alright, I didn't have a SMTP server so I needed to just downloaded [MailHog](https://github.com/mailhog/MailHog) (an email testing tool) and run it. By default, it runs on `0.0.0.0:1025`, so you...
Exactly, no errors saying it wasn't sent. I would get the same result when trying to send with gmail On Tue, Oct 1, 2024 at 5:50 PM parasiteoflife ***@***.***> wrote:...
> I am having the same issue. Mails are not sent. There is no error in the logs, it just says: > > ``` > Submitting job to endpoint: http://host:3000/api/jobs/send.signup.confirmation.email/cm23benwk0000qo28te6x1sjf...
> NEXT_PRIVATE_INTERNAL_WEBAPP_URL Tried this tonight, still not working for me.
> Finally got it to work with real SMTP server, you don't need to run dev. > > In the env variables `NEXT_PRIVATE_INTERNAL_WEBAPP_URL` should be set to your public URL,...