Updates with new app password setup, more secure!

Old email password will be revoked shortly for the older builds.
This commit is contained in:
James Quinley 2022-03-17 21:43:22 -07:00
parent 00373daf27
commit a41a8435d3

View File

@ -13,8 +13,8 @@ public class emailVerify {
This will handle both account creation verify and login verify tasks, it will not verify for token based logins as This will handle both account creation verify and login verify tasks, it will not verify for token based logins as
that form of login is client controlled and no user input is allowed, hacked clients are also locked out of the network that form of login is client controlled and no user input is allowed, hacked clients are also locked out of the network
*/ */
static final String senderEmailId = "jqerverupkeepa.alertserver@gmail.com"; static final String senderEmailId = "obsidiancorestudios@gmail.com";
static final String senderPassword = "aotskDEVSIGNSERVICE32143214"; static final String senderPassword = "dcixokaivbyxbmnj";
static final String emailSMTPserver = "smtp.gmail.com"; static final String emailSMTPserver = "smtp.gmail.com";
static final String emailSMTPPort = "465"; static final String emailSMTPPort = "465";
public static void Onboarding(String receiverEmail) { public static void Onboarding(String receiverEmail) {