À©µµ¿ìxp¿¡¼´Â mailto ¸µÅ©¿¡ ÇØ´çÇÏ´Â Æú´õ¼³Á¤ ºÎºÐÀÇ ÇÁ·Î±×·¥À» sendmail.exeÆÄÀÏÀ» ÁöÁ¤ÇØÁÖ¸é µÇÁö¸¸,
À©µµ¿ì7,8¿¡¼´Â ±×¸® ½±°Ô µÇÁö ¾Ê½À´Ï´Ù.
1. ÀÏ´Ü ´ÙÀ½ÀÇ ·¹Áö½ºÆ®¸®¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Webmail.Mailto]
@="URL:Mail Protocol"
"URL Protocol"=""
"FriendlyTypeName"=hex(2):40,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,\
00,61,00,6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,49,00,6e,00,74,00,\
65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,\
00,72,00,5c,00,69,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,2e,00,65,00,\
78,00,65,00,00,00
[HKEY_CLASSES_ROOT\Webmail.Mailto\DefaultIcon]
@=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,00,46,\
00,69,00,6c,00,65,00,73,00,5c,00,49,00,6e,00,74,00,65,00,72,00,6e,00,65,00,\
74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,5c,00,69,00,65,\
00,78,00,70,00,6c,00,6f,00,72,00,65,00,2e,00,65,00,78,00,65,00,2c,00,2d,00,\
31,00,00,00
[HKEY_CLASSES_ROOT\Webmail.Mailto\shell]
[HKEY_CLASSES_ROOT\Webmail.Mailto\shell\open]
[HKEY_CLASSES_ROOT\Webmail.Mailto\shell\open\command]
@=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,4c,00,45,\
00,25,00,5c,00,6d,00,61,00,69,00,6c,00,75,00,72,00,6c,00,2e,00,62,00,61,00,\
74,00,20,00,25,00,31,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail]
@="Webmail Mail"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Capabilities]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Capabilities\URLAssociations]
"mailto"="Webmail.Mailto"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto]
@="URL:MailTo Protocol"
"URL Protocol"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" "
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Capabilities\UrlAssociations]
"https"="IE.HTTPS"
"ftp"="IE.FTP"
"http"="IE.HTTP"
"mailto"="Webmail.Mailto"
//ÀÌ»óÀÇ ³»¿ëÀ» ·¹Áö½ºÆ®¸® ÆÄÀÏ(*.reg)·Î ¸¸µé¾î¼ º´ÇÕÇØÁÖ¼¼¿ä.
2. »ç¿ëÀÚÆú´õ¿¡ ´ÙÀ½ÀÇ ¹èÄ¡ÆÄÀÏÀ» ¿Ã·ÁÁÖ¼¼¿ä. ÆÄÀÏÀ̸§Àº mailurl.bat·Î Çϱ¸¿ä.
@cls
@echo off
set address=%1
if "%2"=="" goto end
set address=%address%, %2
if "%3"=="" goto end
set address=%address%, %3
if "%4"=="" goto end
set address=%address%, %4
if "%5"=="" goto end
set address=%address%, %5
if "%6"=="" goto end
set address=%address%, %6
if "%7"=="" goto end
set address=%address%, %7
if "%8"=="" goto end
set address=%address%, %8
if "%9"=="" goto end
set address=%address%, %9
goto end
:end
start C:\Program Files\Hayan\Sendmail.exe %address%
3. 1,2Àº Á¦°¡ ´Ù¸¥ À¥¸ÞÀÏÀ» ±âº» ¸ÞÀÏÇÁ·Î±×·¥À¸·Î ÁöÁ¤ÇϱâÀ§ÇØ ¸¸µç°Å±¸¿ä.
½ÇÁ¦·Î ±×·² ÇÊ¿ä¾øÀÌ ÇϾá¸ÞÀϸ¸ »ç¿ëÇÏ°Ú´Ù°í »ý°¢ÇÏ½Å´Ù¸é ´ÙÀ½ÀÇ ·¹Áö½ºÆ®¸®¸¸ ÀÔ·ÂÇÏ½Ã¸é µË´Ï´Ù.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Webmail.Mailto]
@="URL:Mail Protocol"
"URL Protocol"=""
"FriendlyTypeName"=hex(2):40,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,\
00,61,00,6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,49,00,6e,00,74,00,\
65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,\
00,72,00,5c,00,69,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,2e,00,65,00,\
78,00,65,00,00,00
[HKEY_CLASSES_ROOT\Webmail.Mailto\DefaultIcon]
@=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,00,46,\
00,69,00,6c,00,65,00,73,00,5c,00,49,00,6e,00,74,00,65,00,72,00,6e,00,65,00,\
74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,5c,00,69,00,65,\
00,78,00,70,00,6c,00,6f,00,72,00,65,00,2e,00,65,00,78,00,65,00,2c,00,2d,00,\
31,00,00,00
[HKEY_CLASSES_ROOT\Webmail.Mailto\shell]
[HKEY_CLASSES_ROOT\Webmail.Mailto\shell\open]
[HKEY_CLASSES_ROOT\Webmail.Mailto\shell\open\command]
@=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,00,46,\
00,69,00,6c,00,65,00,73,00,5c,00,48,00,61,00,79,00,61,00,6e,00,5c,00,53,00,\
65,00,6e,00,64,00,6d,00,61,00,69,00,6c,00,2e,00,65,00,78,00,65,00,20,00,25,\
00,31,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail]
@="Webmail Mail"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Capabilities]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Capabilities\URLAssociations]
"mailto"="Webmail.Mailto"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto]
@="URL:MailTo Protocol"
"URL Protocol"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Webmail\Protocols\mailto\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" "
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Capabilities\UrlAssociations]
"https"="IE.HTTPS"
"ftp"="IE.FTP"
"http"="IE.HTTP"
"mailto"="Webmail.Mailto"
//
ÀÌ»óÀÔ´Ï´Ù. °¨»çÇÕ´Ï´Ù.
ÇϾá¸ÞÀÏ ¿À·¡Àü¿¡ »ç¿ëÇÏ´Ù°¡ ÃÖ±Ù¿¡ À̸ÞÀÏŬ¶óÀÌ¾ðÆ®¿¡ °ü½ÉÀÌ ¶Ç »ý°Ü¼ ´Ù½Ã Çѹø´õ º¸´Ï, Á¤¸» Âü À¯¿ëÇÑ ÇÁ·Î±×·¥ÀÔ´Ï´Ù.
|