This commit is contained in:
fred 2024-01-12 21:09:48 +01:00
parent c460c37921
commit ed238e577d
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ title="$3"
SUBJECT="[UPlanet] ${title} ${pseudo} : $(myHostName)"
MESSAGESIGN="---<br>this message is relayed to you by <a href=$(myIpfsGw)/ipns/$IPFSNODEID>$(myHostName)</a> ♥BOX Astroport.ONE Station"
MESSAGESIGN="---<br>this message is sent to you by <a href=$(myIpfsGw)/ipns/$IPFSNODEID>$(myHostName)</a> your ♥BOX Astroport.ONE Station"
echo "
########################################################################
@ -96,7 +96,7 @@ json_payload='{
],
"Subject": "'${SUBJECT}'",
"TextPart": "'$(myIpfsGw)/ipfs/${EMAILZ}'",
"HTMLPart": "<h1>Bro</h1><h3>You have a <br><a href=\"'$(myIpfsGw)'/ipfs/'${EMAILZ}'\">'${title}'</a>!</h3> on UPlanet<br />May the good vibes be with you!<br>'${MESSAGESIGN}'"
"HTMLPart": "<h1>Bro</h1><h3>You have a <br><a href=\"'$(myIpfsGw)'/ipfs/'${EMAILZ}'\">'${title}'</a>!</h3> on <a href="https://qo-op.com">UPlanet</a><br />May the good vibes be with you!<br>'${MESSAGESIGN}'"
}
]
}'