cpvrlab / cpvr-vr-suite

Unity VR OpenXR Functionality
1 stars 0 forks source link

(invalid) Storing email/password in MailSender.cs #5

Closed DPelts closed 1 year ago

DPelts commented 1 year ago

Is a security issue. I suggest, you store the values in a seperate file (e.g. Asset/Resources/Secrets/EmailLogin.json) and load it when you want to send an E-Mail. This file can then be excluded by .gitignore. And please change the password afterwards.

saschaledermann commented 1 year ago