본문으로 바로가기

홈페이지 : http://www.du.edu/~mschwart/tcl-tk.htm

MAPI and CMC interfaces to enable sending mail from programs. Mail includes To, CC, BCC, Subject, Body, Attachments, logon if needed. Includes selection of addresses from mail address book. For Windows

# This file will test the tkmsmail extension.
# If you are logged into your mailer, the message will just be queued for
# delivery
if [ catch { package require mail } err ] {
  if [ catch { load tkmsmail.dll } err ] {
    error {Can't find the tkmsmail.dll. 
           Load it by hand in a wish and then source this file}
  }
}

mail send -to mschwart@nyx.net -subject "Tried out the mail extension" -body {
Obviously, if you got this, it worked!
Thanks! }

# The following example is similar, but always invokes a mail dialog
# (if its lines are uncommented, that is)
#
# mail send -debug -to mschwart@nyx.net -subject "Tried out the mail extension" -body {
# Obviously, if you got this, it worked!
# Thanks! }

mail8411.zip
0.07MB

'Tcl & Tk > 확장 패키지 (Extension Package)' 카테고리의 다른 글

Gdi 0.9.9.11  (0) 2025.02.14
Ini 1.0.0.0  (0) 2025.02.14
Wmf 0.5.0.2  (0) 2025.02.14
Printer 0.9.6.14  (0) 2025.02.14
Ettcl 13  (1) 2025.02.14