SMTP.p

Hi,

I was searching for the SMTP.p file on peg.com (http://www.peg.com/lists/peg/history/200104/msg01739.html) but the link the user provided to his file isn't valid anymore.

I would like to send an automatic email message which contains some tekst.
It's an application in Progress. There is a checkbox and when checked and after pressing the submit button plus entering a few lines of tekst in an editor,an email must be sent to the logged user or a fillin with an emailadres.
Ofcourse the emailmessage contains the few lines of tekst inserted in the editor.

Can someone help?

Many thanks!!
 

joey.jeremiah

ProgressTalk Moderator
Staff member
while we're bringing up frameworks
in dynamics, run sendEmail

you can also copy or have a look at the short proc
@ af\app\afsesmngrp.i

you'll find references in
dynamics managers api reference \ session manager
 
Hi guys,

I'm sorry if I sound like an amateur (which I am because I've only been working with Progress for about 4 months).

But I'm stuck at this part of my assignment. I would like to know what the steps are to make the smtpmail.p file to work.

So what must I do to send an email through my program?

Thanks for your help.
 
Top