mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3197] [bug]: SMTP format is not working in Self host Hoppscotch #1052
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1052
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @venkatayedidasv on GitHub (Jul 18, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3197
Is there an existing issue for this?
Current behavior
while executing
pnpm install, with below .env.example getting error. Have tried multiple ways with Mailcatcher as well. but it does not workerror:
.env.example:
Steps to reproduce
Environment
Production
Version
Self-hosted
@venkatayedidasv commented on GitHub (Jul 19, 2023):
it is resolved
@venkatayedidasv commented on GitHub (Jul 19, 2023):
i was able to fix it, there is different error as i have am using M1 mac will raise a new one for this
@NassaDevops commented on GitHub (Jul 27, 2023):
How did you resolved it?
@venkatayedidasv commented on GitHub (Jul 28, 2023):
First things i have changed the host of the SMTP server to "smtp://host.docker.internal:1025" as i am running the mailcatcher locally
and check if you have renamed example.env to .env
@NassaDevops commented on GitHub (Jul 28, 2023):
It worked for me changing smtps:// for smtp:// and at the end specifying the port 587.
I was using the smtp.outlook365.com
Thank you
@ifnotnithya commented on GitHub (Aug 19, 2023):
Hi, I am running into the same error. And do not want to use mailcatcher. What is the resolution to use gmail?
@philippos86 commented on GitHub (Sep 14, 2023):
Same question here ...
Although mailcatcher worked for me, it's actually not sending invitaion mails to my team members.
@suiluj commented on GitHub (Sep 22, 2023):
i just want to disable the whoe mail feature and only want to try hoppscotch locally. How to disable unnecessary extra feature for small local tests?
@NassaDevops commented on GitHub (Sep 22, 2023):
This is my configuration for the mailer setup using Outlook.. I guess it should work with the equivalents of gmail SMTP configuration
Mailer config
MAILER_SMTP_URL="smtp://EMAILADDRESS:PASSWORD@smtp.office365.com:587"
MAILER_ADDRESS_FROM='"NAME" '
@ChuTungLinh commented on GitHub (Sep 25, 2023):
by "PASSWORD" do u mean the account password or the account's app password ? sorry im new to this stuff