How can I send a URL in my e-mail message?

How can I send a URL in my e-mail message?

To send a link/url in your e-mail message, the actual link must be specified within the <a href> html tag and the actual link must be within single quotes, as shown in the sample below:

on  add
{
on success
{
sendmail
(
To : zoho.loginuserid
From : zoho.adminuserid
Subject : "sending links in e-mail messages"
Message : "Please refer the following links : "+"<a href=' http://www.company.com/files/att1.pdf '>PDF1</a>" +
" <a href=' http://www.company.com/files/att2.pdf '>
PDF2</a>"
)
}
}
    • Related Articles

    • How can I send the URL of the uploaded file, in my e-mail message?

      et the url/link of the uploaded file by specifying the url within the <a href> tag, in the following format.  For example, in the sample message given below, File_Upload is the name of the file upload field, test is the application name ...
    • How can I send only specific field values in the e-mail message?

      To send only specific field values in your e-mail, use the input.<field_name> variable in  the send mail task. For example, you have 3 fields (Name, Age, Email), and in the email message you want to send only the Name and E-mail field values. The ...
    • How can I send email message with Form Data?

      You can configure to send e-mail message with form data either from the Form GUI or by adding Deluge Script with the Send mail task.  1. To configure email notifications from the Form GUI, refer the topic, Configure email notifications from GUI.  The ...
    • In-mail Survey

      In-mail surveys are perfect when you want to embed a short survey in your email. Type in your question and your survey is ready. In-mail surveys can have only one question and it generates an HTML setup that can work with any email marketing ...
    • In-mail Survey

      In-mail surveys are perfect when you want to embed a short survey in your email. Type in your question and your survey is ready. In-mail surveys can have only one question and it generates an HTML setup that can work with any email marketing ...