Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sfaiter_cry
Contributor II
Contributor II

Sending mail via the Text object

Hey.
Prompt please, try to set the object in the text of the open Url:
= 'mailto:' & 'Test@mail.ru' & '? subject =' & 'Message'
But it did not get to ask the message body. Help who knows. Thank you.

1 Solution

Accepted Solutions
sfaiter_cry
Contributor II
Contributor II
Author

He asked himself the question, he said, called 😃 Long posts are moderated unfortunately had no time to wait answer 😃

My question is solved record (It's just simply a html tag that works in any browser😞

='mailto:test@mail.ru?subject=Message subject&body=Message body'


Few advanced:


='mailto:someone@example.com?subject=This%20is%20the%20subject&cc=someone_else@example.com&body=This%20is%20the%20body'


ScreenShot014.jpg


All thanks for answers.

View solution in original post

9 Replies
Gysbert_Wassenaar

That's not possible with a text box.


talk is cheap, supply exceeds demand
vikasmahajan

you can use this macro

Re: sending mail via QV

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
vikasmahajan

You just have to create a text control.

In its properties, on "Action" tab, choose : "Open URL"

In the command line, write :

mailto:info@kogent360.com

(Put your mail address instead of)

Hope this helps you.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable

You can send mail via Text Object with the help of MACRO...

Write a Macro with Text box action properties in module(CTRL+M) like:

see this:

Script for Exporting and Sending email

Sending mails macro vbs

Macro for e-mail

Sending Emails using Macro

Not applicable

Helpful post!

sfaiter_cry
Contributor II
Contributor II
Author

It is possible, otherwise I would not ask 😃

sfaiter_cry
Contributor II
Contributor II
Author

It is necessary without the use of macros.

The fact that you pointed out I already had done as I described above

I will describe further

The textbox I have performed:

ScreenShot011.jpg

When you click on a link in the browser link is activated and the mail client Mozilla Tunderbird forms letter:

ScreenShot012.jpg
This forms the addressee and the subject line

But my question is how to generate more and message body:

ScreenShot012.jpg
Q: What add to the code
= 'mailto:' &
'test@mail.ru'
& '? Subject =' & 'Message'
to form the body of the letter

There is conjecture that both the dock should be 'body =' & 'Massage' but I did not go (((

It is necessary for users to when you open them formed a ready template for reference.

sfaiter_cry
Contributor II
Contributor II
Author

Please no macro 😃

sfaiter_cry
Contributor II
Contributor II
Author

He asked himself the question, he said, called 😃 Long posts are moderated unfortunately had no time to wait answer 😃

My question is solved record (It's just simply a html tag that works in any browser😞

='mailto:test@mail.ru?subject=Message subject&body=Message body'


Few advanced:


='mailto:someone@example.com?subject=This%20is%20the%20subject&cc=someone_else@example.com&body=This%20is%20the%20body'


ScreenShot014.jpg


All thanks for answers.