gettingstarted
[Top] [All Lists]

Re: Email: finding address, port, username, password

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Email: finding address, port, username, password
From: David Austin <daustin777 at cox dot net>
Date: Fri, 29 Oct 2004 07:34:27 -0700
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <000101c4bd6d$14a26b10$25cf9bac at mikesxp> <000001c4bd72$c3627eb0$6401a8c0 at barry>

On Oct 28, 2004, at 9:41 PM, <barrylum at bellsouth dot net> wrote:
...
Unfortunately, the users get confused when I
say for them to attach the file to an email and send it to me. You'd be
surprised how may people have never done anything like this before this
before. One director said, "This is incredibly hard!" I'd like to automate
the process.

Maybe try- keep it simple and construct the message in their email software.

Try this to see what I'm talking about.

  dim address, subject, body, cr as string
  address = "jdoe at acme dot com"
  subject = "This is the Subject"
  body = "This is the body."

  showurl "mailto:"+address+"?subject="+subject+"&body="+body

You can attach files also. Do a search in the archives for "showUrl mailto" and I think you'll find what you need.

--
David

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>