I just got through with an RMail 9.5 install and having FUN designing the 
functionality around it.  Client's thrilled.

What happened to me when I installed it is that at first the IT guy told me it 
needed authentication.  I put in the info he gave me, the connection tested 
okay.  But it would not send the email, it just halted in the middle much like 
what you describe.   So I created a 2nd configuration item without 
authentication, moved my cfg again, and it worked!

Just noticed that you don't mention it, but after you set up your connection, 
did you move the RMail95.cfg file to the same place you moved the rbm?

Karen

 

 

-----Original Message-----
From: Gary Wendike <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Sat, Jan 25, 2014 12:59 am
Subject: [RBASE-L] - RMail 9.5





I have moved on to RMail 9.5 from 2.6 in hopes of providing an email solution 
for a client.  I currently am just trying to get the program to send a simple 
email as a test.
 
The following is setup has been accomplished…
                RBM in RBG95_64 directory.
                Configuration file for RMail has been setup and connection 
established.
                Test email was sent with the following results…
                                Progress show host name resolved
                                Connecting to…this is as far as the progress 
goes.  RMail indicates it is not responding.
                                No connection is established by the program.
                                The variable v1 that is captured after the SEND 
is “OK”.
 
Here is the code I am using to generate the test email…
PLUGIN RMail v1|SHOW LOG
PLUGIN RMail v1|CLEAR LOG
PLUGIN RMail v1|CLEAR ALL
PLUGINS rmail v1|show progress
PLUGINS rmail v1|WAIT 2000
PLUGIN RMail v1|SHOW LOG
PLUGINS rmail v1|message_type text
PLUGINS rmail v1|account_name gcbc
PLUGINS rmail v1|sender_info_address [email protected]
PLUGINS rmail v1|add_recipient [email protected]
PLUGINS rmail v1|organization gcbc
PLUGINS rmail v1|priority normal
PLUGINS rmail v1|SUBJECT test
PLUGINS rmail 'v1|ADD_TO_MESSAGE_BODY  '
PLUGINS rmail 'v1|ADD_TO_MESSAGE_BODY This is test email from RMail 9.5.'
PLUGINS rmail 'v1|ADD_TO_MESSAGE_BODY  '
PLUGINS rmail 'v1|ADD_TO_MESSAGE_BODY Gary Wendike'
PLUGINS rmail v1|send
 
PLUGINS rmail v1|hide progress
 
RETURN
 
Any thoughts…
 
Thanks
Gary




Reply via email to