gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taldir] branch master updated: add email script


From: gnunet
Subject: [taler-taldir] branch master updated: add email script
Date: Thu, 07 Jul 2022 19:48:24 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new 6f90344  add email script
6f90344 is described below

commit 6f9034407a8a692b8b98ff50aeed2b7b4e202ec1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jul 7 19:48:21 2022 +0200

    add email script
---
 scripts/taldir-validate-mail | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/scripts/taldir-validate-mail b/scripts/taldir-validate-mail
new file mode 100755
index 0000000..5f6b67d
--- /dev/null
+++ b/scripts/taldir-validate-mail
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+USER_MAIL=$1
+CODE=$2
+LINK=$(taldir-cli -l -a $1 -c $2)
+MESSAGE="Hi,
+welcome to TalDir. You are almost there.
+Follow this link to complete your Taldir registration: $LINK
+
+Best,
+TalDir
+"
+echo $MESSAGE | mail -s "Taldir Activation" $TWITTER_USER

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]