No. You can use R:Mail as well but that is an adder as well.
-----Original Message----- From: "Jim Belisle" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Tue, 4 Sep 2012 13:39:23 -0500 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

