Subj : Re: Mystic BBS Validate a User Using Email to send a Code For Validati
To : floffy
From : g00r00
Date : Wed Apr 25 2018 02:23 pm
fl> I Want to Use Script to Validate new users by sending a Code to His Email
fl> and can Comfirm this Code to Validate his account
fl>
fl> But it's look The Script do not supporte Any of This in Mystic
You can certainly do this.
Mythic Python can send e-mails and there is a Python function to upgrade or
expire user account access. MPL also has the same ability to handle account
access, but does not have a built in SendMail function. You'd have to send the
e-mail via command line if you wanted to do it in MPL.
I am probably going to add this into Mystic internally sometime soon instead of
making people run a script, or just distribute a script with the basic
installation to perform this task.