GoNoteGo icon indicating copy to clipboard operation
GoNoteGo copied to clipboard

Don’t know what settings I need to configure?

Open AndrewH2004 opened this issue 1 year ago • 1 comments

Hi,

I’m unsure what settings I need to change, I want to use with email but other settings I’m unsure?

AndrewH2004 avatar Jan 27 '24 22:01 AndrewH2004

To set it up for email, set NOTE_TAKING_SYSTEM = 'email' in the secure_settings.py file, and configure EMAIL, EMAIL_USER, EMAIL_PASSWORD, and EMAIL_SERVER.

You can see how these settings get used at https://github.com/dbieber/GoNoteGo/blob/56094db3f5a957568ba17ce6be0b1754f9bfc656/gonotego/command_center/email_commands.py#L15.

The <> values are placeholders; you're intended to replace the <VALUE> with the actual value, including removing the < and >.

EMAIL is who the messages get sent to EMAIL_USER is who the messages get sent from.

We'll probably want to rename those to be clearer...

dbieber avatar Apr 21 '24 00:04 dbieber