Don’t know what settings I need to configure?
Hi,
I’m unsure what settings I need to change, I want to use with email but other settings I’m unsure?
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...