GithubHelp home page GithubHelp logo

Comments (8)

khoa165 avatar khoa165 commented on August 18, 2024

@vmatsiiako hi Vlad, I am new to OSS contributing, hoping to pick up my first issue. Do you know if this has been done yet?

from infisical.

vmatsiiako avatar vmatsiiako commented on August 18, 2024

hey @khoa! Excited for you to join our community and hopefully contribute to Infisical. You should also consider joining our Slack for contributors. Here is the link: https://infisical.com/slack

I think this would be a great issue. I'd love to hear what @dangtony98 thinks about it too.

from infisical.

khoa165 avatar khoa165 commented on August 18, 2024

@vmatsiiako do you know how I can setup the email/SMTP? I used to just use my own personal gmail/password and put it in .env file. However, Google recently disabled/deprecated the ability to allow for less secure app access, so I am not sure if there is alternative or if there is shared email account from Infisical for this purpose.

Screenshot 2023-06-19 at 2 16 57 PM

from infisical.

vmatsiiako avatar vmatsiiako commented on August 18, 2024

I see. @dangtony98 do you have any ideas for how we could get around this?

I think you might be able to sue the free version of sendgrid

from infisical.

khoa165 avatar khoa165 commented on August 18, 2024

@vmatsiiako from what I just dig around, sendgrid seems to offer SMTP server instead of giving you a free email.
Specifically, I think I am looking for maybe alternative of what I should populate these fields in .env with:

SMTP_HOST=Gmail
SMTP_PORT=
SMTP_NAME=
[email protected]
SMTP_PASSWORD=[my email password]

I made sure to put the correct email/password yet it did not send me the email for 6-digit code (step 2 of signup)

from infisical.

maidul98 avatar maidul98 commented on August 18, 2024

If you want to configure SMTP for local development, you can simply use the mailhog details below to your .env

SMTP_HOST=smtp-server
SMTP_PORT=1025
SMTP_NAME=<whatever you like>
[email protected]
SMTP_PASSWORD=

All mail will then be sent here http://localhost:8025/

from infisical.

dangtony98 avatar dangtony98 commented on August 18, 2024

@khoa165 You should read the documentation we have for configuring Infisical with various email providers here: https://infisical.com/docs/self-hosting/configuration/email

We support SendGrid, AWS SES, Mailgun, and a number of other confirmed providers if you wish to set up emailing outside of the development mailing server :)

from infisical.

khoa165 avatar khoa165 commented on August 18, 2024

Ahhhh @dangtony98 thanks for the info. I was just trying to do local development and the variables that Maidul provided are working for me.

from infisical.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.