I am struggling to get the functionality for the Send an Email module to get values I insert into an email to be a clickable link for an email or website. I tried to do what the AI help said and none of that worked. Anyone have suggestions?
Hi @FixedOps,
Have you tried entering HTML into the body of the email?
That’s the only way links can be clickable, otherwise everything is plain text.
well I thought so based on all of the things I tried, but nothing that the AI tool told me to try worked. so for now all I still have in there is the
where I want to space out my lines.
below is a snippet of the text I am trying to send and I am looking to have the email addresses be a clickable link.
You have been assigned to provide specific information for this setup.
Please see the attached list of information needed to complete this step of the setup process:
As a courtesy, we can collect most or all of the information needed with a remote session or with a login to your system.
If you prefer to have us assist in collecting this information please email support@test.com with your request. We will contact you within 10 business days to schedule a time to access your system.
If you prefer to provide the information above on your own, please email all information to setups@test.com
Sorry I don’t really understand…
Use HTML in the body of the email.
use <br>
or <p>
tags for spacing.
use <a href>
tags for hyperlinks to mailto:
email addresses
So let’s just verify you’re using the built-in Email Send an Email module?
What server is sending the mail and what server is receiving it?
I’m sending from Gmail to Gmail and it works for me:
Thank you for walking me through this. This worked great. Much appreciated.
Thanks