Email System

By Gemster on Feb 11, 2008

Hi this is a email system that uses hotmail.
A couple of ppl requested this so i made this dialog pretty quick :P.

A few ppl may think this snippet is useless including me but also a few ppl may like it and use it.

Its a plain dialog but works good.

To use this simply copy and paste to remotes (alt+r) then right click in any channel and you will see the Email System tab.

Have Fun :D

Menu channel {
Email System:/dialog -m Mailto Mailto }

dialog Mailto {
  title "Mailto"
  size -1 -1 88 100
  option dbu
  text "Email System", 1, 25 0 34 8
  button "Send", 2, 3 16 37 12
  button "Read", 3, 48 16 37 12
  button "Cancel", 4, 26 30 37 12, ok cancel
  text "Note:", 5, 8 48 25 8
  text "This email system has been made for the use of hotmail emails for  sending and receiving emails", 6, 8 56 68 28
  box "", 7, 1 9 85 35
  box "", 8, 6 44 70 41
  link "Email System By Gemster", 9, 11 88 64 8
}

on *:DIALOG:Mailto:sclick:2:{ run mailto:// $$?="Please type email address here" }
on *:DIALOG:Mailto:sclick:3:{ url -a http://www.hotmail.com }

Comments

Sign in to comment.
slub77   -  May 30, 2010

try this:

/run $+(mailto:,$?="Enter your email address",?subject=,$?="Enter a subject",&body=,$?="Enter your message")
 Respond  
Eugenio   -  Feb 12, 2008

LOL the point in this is ?!? it just opens up a new tab ..........i normally have one open with my emails anyway so wtf ! rating = 3

 Respond  
Gemster   -  Feb 11, 2008

ok changed Freckle and thanks for the info.
EL thanks for the score and typos fixed lol :D

 Respond  
EL   -  Feb 11, 2008

Typos......Not that im one to talk lol but yeah should spell check that.Other then that seems to work altho my outlook express wont run.6/10

 Respond  
Freckle   -  Feb 11, 2008

I suggest you use

/url -a http://www.hotmail.com

as /run seems to fail on some PCs.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.