Skip to content

PTCAccount Release v1.2.1

Latest
Compare
Choose a tag to compare
@jepayne1138 jepayne1138 released this 02 Aug 21:48
· 9 commits to master since this release

Added an optional email_tag parameter to the random_account function. If true, the username, random or given, will be added to the email address before the first @ character in the address, separated from the original address with a plus sign. This can be used with supported email providers (e.g. Gmail) to have unique email address that are all sent to the same main address, in this case allowing for easier manual validation of accounts as you can have all of the confirmation emails for the unique account routed to the same address.

Additionally added the command line option --email-tag to use this new parameter:

> ptc [email protected] --email-tag
Created new account:
  Username:  dGXJXnAzxqmjbaP
  Password:  yUbiAgcXhBrEwHk
  Email   :  [email protected]

In this example, the confirmation email will then be sent to [email protected]