challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

challenger-send-email.sh (139B)


      1 #!/bin/sh
      2 # This file is in the public domain.
      3 EMAIL=$(echo "$1" | jq -r .CONTACT_EMAIL)
      4 exec mail -s "KYC Challenger" -r noreply "$EMAIL"