diff --git a/tools/mailjet.sh b/tools/mailjet.sh index 96f43a6e..611e7e5b 100755 --- a/tools/mailjet.sh +++ b/tools/mailjet.sh @@ -35,7 +35,7 @@ title="$3" SUBJECT="[UPlanet] ${title} ${pseudo} : $(myHostName)" -MESSAGESIGN="---
this message is relayed to you by $(myHostName) ♥BOX Astroport.ONE Station" +MESSAGESIGN="---
this message is sent to you by $(myHostName) your ♥BOX Astroport.ONE Station" echo " ######################################################################## @@ -96,7 +96,7 @@ json_payload='{ ], "Subject": "'${SUBJECT}'", "TextPart": "'$(myIpfsGw)/ipfs/${EMAILZ}'", - "HTMLPart": "

Bro

You have a
'${title}'!

on UPlanet
May the good vibes be with you!
'${MESSAGESIGN}'" + "HTMLPart": "

Bro

You have a
'${title}'!

on UPlanet
May the good vibes be with you!
'${MESSAGESIGN}'" } ] }'