Is it possible anyway to pre-populate a mail as it is with a SMS?

Nolan

Member
ok just tested doesnt do quite what i intend, maybe the real solution just is to get the feature for mails as is available now for SMS?
 

Endercraft

Moderator (& bug finder :D)
ok just tested doesnt do quite what i intend, maybe the real solution just is to get the feature for mails as is available now for SMS?
Like I said in my first post, you could use UI Interaction in that way :
IMG_20220920_191209.png
 

Nolan

Member
hi

thanks, that was quite a long macro :) any chance you could upload the macro here or as template to DL in the MD app ?
 

Endercraft

Moderator (& bug finder :D)
hi

thanks, that was quite a long macro :) any chance you could upload the macro here or as template to DL in the MD app ?
That was just an example, I highly doubt that my phone has the same coordinates as your coordinates. But, heh, if you want to go to the same trouble as me, here you go :


...
It's in the attachments.
 

Attachments

  • Chrome_download_+_mail_send_v2.macro
    82.4 KB · Views: 1

Nolan

Member
That was just an example, I highly doubt that my phone has the same coordinates as your coordinates. But, heh, if you want to go to the same trouble as me, here you go :


...
It's in the attachments.
you are right, i will try to understand all the code, but do i really need all these codes or what parts are the ones for doing what i intend ?
 

Endercraft

Moderator (& bug finder :D)
you are right, i will try to understand all the code, but do i really need all these codes or what parts are the ones for doing what i intend ?
The chrome part is not needed, but you'll need to share your file (probably with an intent) for it to work.
 

Nolan

Member
ok thanks. I cant help thinking though that there must be a easier way, because i dont need the macro to send files that is done elsewhere, but simply trigger a mail to be send when a notificatin is present. So isnt it overkill this way ?
 

Endercraft

Moderator (& bug finder :D)
ok thanks. I cant help thinking though that there must be a easier way, because i dont need the macro to send files that is done elsewhere, but simply trigger a mail to be send when a notificatin is present. So isnt it overkill this way ?
Well, I guess yes but you I assume you want to send one of the MacroDroid logs ?
 

Nolan

Member
that sounds more about what i intend. could you exemplify how that would look ? I havent done that before
 

Nolan

Member
ok thanks, this may be a stupid question, but the lv=some text to add i cant find in the list of possible options. Will that halt sending the mail until i have inserted the text ?

where do the variable come into play?
 

Endercraft

Moderator (& bug finder :D)
ok thanks, this may be a stupid question, but the lv=some text to add i cant find in the list of possible options. Will that halt sending the mail until i have inserted the text ?

where do the variable come into play?
Create a new local string variable and use any name you want. Then create a new set variable action, select your variable, then select User prompt and enter what you want to say to yourself in the title and the description fields. You can select any options you want. Then go to your mail send action, write your default text with a space at the end and press the 3 dots and select your variable.
 

Nolan

Member
ah, just one odd thing though: if i press "cancel" (or press outside the box by mistake) in the var string popup the following mail is not send. I assumed that the next step in the macro would just eb executed ie the mail send without any text content.

What am i missing here ?
 
Top