raf.Initialize(File.DirDefaultExternal, "a12345.dat", False)
SMTP.Initialize("smtp.gmail.com", 465, "email@gmail.com", "password", "SMTP")
SMTP.UseSSL = True
SMTP.To.Add (File.ReadString(File.DirDefaultExternal, "Email.txt"))
SMTP.Subject = "Passcode"
SMTP.Body = raf.ReadEncryptedObject ("random pass", raf.CurrentPosition)
SMTP.Body = "Your passcode has been changed to your recovery pw. This Email Is sent from an automated account. Replies will Not be seen. Please Contact the developer should you have any questions."
SMTP.Send
raf.Close