I wrote:
> There are ways to write the script more clearly.

For example:

email_alias: ask "Enter the user: "
user_name: ask "Enter the user's first name: "
emailbody_init: trim join user_name {,
    This is test email from GSAT Technical Support.
    Please reply to this email once it is received.
 
    Thank you.
 
    GSAT Technical Support
    Ph: 
    email:
    }

append email_alias "@gsat.edu.au"
email_alias: to-email email_alias
send email_alias emailbody_init

Which resulted in (when I addressed it to myself):

Andrew,
This is test email from GSAT Technical Support.
Please reply to this email once it is received.

Thank you.

GSAT Technical Support
Ph:
email:

I hope that helps!

Andrew Martin
ICQ: 26227169
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
-><-

Reply via email to