I appreciate the info about email in 9.5.

I noticed however that in the tools section of 9.5 there is an email
button.

The help calls it R:MAPI plugin.

I was able to send an email using that plugin.

Should I not be able to use this with code?

And if yes, what code would that be?

 

James Belisle

 

Making Information Systems People Friendly Since 1990

 

 

________________________________

From: [email protected] [mailto:[email protected]] On Behalf Of TOM HART
Sent: Tuesday, September 04, 2012 4:03 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: CONVERSION TO 9.5

 

What I do is use the report email properties and set my mail server up
thru my website this way I can move  my app to any machine and have no
setup

|email_host 'my website host name' +
|email_userid 'my website email userid '+
|email_password 'my website website password'+o

In my case I run my app on about 15 machines at 4 locations, with
mapimail I would have to put it at each location and setup. 
Mapimail does more than email reports, but all I do is send pdf invoice
attachments

Tom Hart

________________________________

From: Stephen Markson <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Tue, September 4, 2012 2:49:56 PM
Subject: [RBASE-L] - RE: CONVERSION TO 9.5

You can also use the <<mailto:>> syntax with the LAUNCH command. This
has limitations. You can't add attachments and the entire mailto:
command must not exceed somewhere around 1K, which is pretty easy to do
if your text or address list is long...


Regards,

Stephen Markson
The Pharmacy Examining Board of Canada
416.979.2431 x251


> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Jim
> Belisle
> Sent: Tuesday, September 04, 2012 2:39 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - RE: CONVERSION TO 9.5
>
> I checked the invoice and it does not look like they purchased the
> plugin power pack.
> Is having the plugins the only way 9.5 will send emails?
> Or is it a matter of me coding things differently?
>
> James Belisle
>
> Making Information Systems People Friendly Since 1990
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Dan
> Goldberg
> Sent: Tuesday, September 04, 2012 1:30 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - RE: CONVERSION TO 9.5
>
> Go to rbase.com under products. You will see the plug in power pack.
In
> the
> help file it talks about all the plugs ins and if they are included in
> rbase
> or in the power pack.
>
> There are several maipmail plug ins listed.
>
> Dan Goldberg
>
> -----Original Message-----
> From: Jim Belisle
> Sent: Tuesday, September 04, 2012 11:18 AM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - RE: CONVERSION TO 9.5
>
> First OF ALL we are using 7.6 not 7.5. Typo on my part.
>
> I tried the vresolve variable and there is no change.
>
> I did not get the plugin power pack.
>
> Is there a new mapimail.rbl in that?
>
> I did not do the purchasing so I was not aware it was a necessity.
>
>
>
> James Belisle
>
>
>
> Making Information Systems People Friendly Since 1990
>
>
>
>
>
> ________________________________
>
> From: [email protected] [mailto:[email protected]] On Behalf Of
> [email protected]
> Sent: Tuesday, September 04, 2012 12:52 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - RE: CONVERSION TO 9.5
>
>
>
> You need a resolution code at the end of vparameters. I know this
works
> with Outlook.
>
>
>
> Try:
>
>
>
> set v vresolve text=('Resolve_Names:TRUE') and add .vresolve to the
end
> of your parameter settings like:
>
>
>
> (.vquote+.vDummy&.vpipe+.vto&.vpipe+.vsubject&.vpipe+.vcc&.vpipe+
>
>
>
.vbcc&.vpipe+.vbody&.vpipe+.vattachments&.vpipe+.vsenddirect+.vpipe+.vRe
> solve)
>
>
>
> Drop the last .vquote.
>
>
>
> Hope this helps.
>
>
>
> Bill Eyring
>
> -------- Original Message --------
> Subject: [RBASE-L] - CONVERSION TO 9.5
> From: "Jim Belisle" <[email protected]>
> Date: Tue, September 04, 2012 10:04 am
> To: [email protected] (RBASE-L Mailing List)
>
> We are getting very close to converting our 7.5 DB to 9.5.
>
> In doing my testing for the email function, the code acts like
> it is
> sending the email but no email is sent.
>
> I do not get errors. Here is the code I use for the email.
>
>
>
> SET VAR vparameters = +
>
>
> (.vquote+.vDummy&.vpipe+.vto&.vpipe+.vsubject&.vpipe+.vcc&.vpipe+ +
>
>
> .vbcc&.vpipe+.vbody&.vpipe+.vattachments&.vpipe+.vsenddirect+.vquote)
>
>
>
> PLUGINS mapimail3.rbl &vparameters
>
> PAUSE FOR 3 USING 'Wait for box to close'
>
> SET VAR vemresult = (dlfree('mapimail3.rbl'))
>
> (I also tried mapimail4.rbl with no success)
>
>
>
> My MACHINE uses Windows XP.
>
> We also have machines with Windows 7 (32) and 7 (64)
>
>
>
> Anyone with any suggestions?
>
>
>
> James Belisle
>
>
>
> Making Information Systems People Friendly Since 1990
>



Reply via email to