| View previous topic :: View next topic |
| Author |
Message |
MondoNuovo Valued Newbie
Joined: 09 Jul 2001 Posts: 44 Location: Italy
|
Posted: Wed Jan 29, 2003 7:35 pm Post subject: mailto: ?? |
|
|
hello all,
I have a problem with the command mailto:
I would want to be able to use this command whit attachment file.
Example:
%%To = "user@net.com"
%%Sub = Example
%%Body = @dlgtext(edit1)
%%Att = D:\mail\file.txt
SHELL OPEN, mailto:%%To?subject=%%Sub&body=%%Body&attach=%%Att
Someone can help me?
Thanks |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jan 29, 2003 10:34 pm Post subject: |
|
|
Currently there is no way to do this with a mailto. However, you could
try using the VDSIPP.DLL to send a message. You can either use a GUI
with it or use it without a dialog. Either way, with the VDSIPP.DLL you
can attach files.
It would be nice to be able to attach files with mailto but
unfortunately it's not possible right now.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
MondoNuovo Valued Newbie
Joined: 09 Jul 2001 Posts: 44 Location: Italy
|
Posted: Wed Jan 29, 2003 11:04 pm Post subject: |
|
|
Thanks FreezingFire!  |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Jan 30, 2003 2:18 pm Post subject: |
|
|
I have successfully used the following code:
| Code: | | shell open, "mailto:sergeb@alphalink.com.au?subject=Concerning Canary Pro...&body=Hi Serge," |
i'm not sure if you can use variables and i have not found a way to include attachments
Serge _________________
|
|
| Back to top |
|
 |
|