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
If you're looking for the how-to on setting up the email server for this, here you go..
connect to the reactive-resume console and cd /opt/Reactive-Resume. nano .env and edit the smtp line (remove both #). add your smtp info, save and exit the file and run the build commands
pnpm install --frozen-lockfile
pnpm run build
pnpm install --prod --frozen-lockfile
pnpm run prisma:generate
then restart the container. I did not get this going with outlook starttls, but did use my zoho domain email account with tls and it was successful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you're looking for the how-to on setting up the email server for this, here you go..
connect to the reactive-resume console and cd /opt/Reactive-Resume. nano .env and edit the smtp line (remove both #). add your smtp info, save and exit the file and run the build commands
pnpm install --frozen-lockfile
pnpm run build
pnpm install --prod --frozen-lockfile
pnpm run prisma:generate
then restart the container. I did not get this going with outlook starttls, but did use my zoho domain email account with tls and it was successful.
Beta Was this translation helpful? Give feedback.
All reactions