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