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