gettingstarted
[Top] [All Lists]

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

To: "rbnube at mabenterprises dot com, Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Email: finding address, port, username, password
From: RBLists <RB at hotwork dot org>
Date: Fri, 29 Oct 2004 17:57:03 +0100
Delivered-to: gettingstarted at lists dot realsoftware dot com
> 
> -----Original Message-----
> From: gettingstarted-bounces at lists dot realsoftware dot com
> [mailto:gettingstarted-bounces at lists dot realsoftware dot com] On Behalf Of
> David Austin
> Sent: Friday, October 29, 2004 9:34 AM
> To: Getting Started
> Subject: Re: Email: finding address, port, username, password
> 
> 
> 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.

If you are going to use a multiline body, you have to (at least on Mac) do
body = ReplaceAll(body,Chr(13),Chr(10))

Does anybody know what to put in the mailto : line to select a specific from
address ?

Regards

Ian

_______________________________________________
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>