Author Topic: send an email through autocad  (Read 2458 times)

0 Members and 1 Guest are viewing this topic.

stsevedallas

  • Guest
send an email through autocad
« on: June 15, 2006, 10:57:53 AM »
Is it possible to click on a button in Autocad and send an email (or pull-up a new email message.
Like use a lisp or something.
I know you can start programs using [start].

drizzt

  • Guest
Re: send an email through autocad
« Reply #1 on: June 15, 2006, 11:01:45 AM »
check out this topic, it's not exactly what you are looking for, but it might help

http://www.theswamp.org/index.php?topic=10525.0

uncoolperson

  • Guest
Re: send an email through autocad
« Reply #2 on: June 15, 2006, 11:10:42 AM »
Code: [Select]
^C^Cshell;start mailto:uncoolperson@softhome.net;

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: send an email through autocad
« Reply #3 on: June 15, 2006, 11:23:13 AM »
Cool stuff ...
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

stsevedallas

  • Guest
Re: send an email through autocad
« Reply #4 on: June 15, 2006, 11:31:55 AM »
Thanks guys

Didge

  • Bull Frog
  • Posts: 211
Re: send an email through autocad
« Reply #5 on: June 16, 2006, 08:33:40 AM »
Heres another version but without using the "shell" command.

(command "start" "mailto:whoever@wherever.com?subject=TEST")
Think Slow......