我正在尝试在谷歌脚本中插入一个超链接,但它返回的文本是清晰的,没有超链接。检查以下:
if (emailSent != Email_Sent) {
if (visitType == "Taking") {
var subject = "Equipment Checked out from Storage";
MailApp.sendEmail(emailAddress,
subject,
"Hello" +
"\n\nThis is a reminder for myself " + emailAddress +
"\n\nI am " + visitType + " " + amount + " x " + equipment +
"\n\nRemember to return it within 15 days unless i want to keep the equipment" +
"\n\nThanks" +
"\n\n For the sake of improving our service, please complete the feedback form " + **<a href="https://docs.google.com/a/1234/sharing/.."> here </a>);**