Actually am not. that was quiet unjust. Its for a bug report dialog i have made so that users can send bug reports on my script. i paste the dialog code below. i wanted it to go to an email address i have set up for the script.

Code:
dialog irc_Bug {
  title "Irc Bug Reports"
  size -1 -1 398 240
  option pixels notheme
  edit "", 1, 55 27 289 126, autohs autovs multi vsbar
  box "Bug Reports", 2, 33 13 329 159
  text "", 3, 8 211 126 17, left
  button "Send", 4, 323 205 65 25
  button "Updates", 5, 8 192 79 14
}