Form to send mail with Uniface
Author: bignonj@gmail.com (Bignon)
Hi,
Could you tell me the way to do a screen ( form) to send a mail with Uniface 7206 :
From :
To :
CC :
CCI :
Object :
Text :
And attachments ...
I don't want to open outlook ...
Thanks for yours helps,
Jérôme
4 Comments
Local Administrator
Ok i've found the Upopmail function with the sendmail operation.
Just, what is the description of the sendmail signature ??
Thanks,
Jérôme
Author: Bignon (bignonj@gmail.com)
Local Administrator
Hi Jerome,
If I recall correclty, Uniface 7 had an export of the signature that you must import into your repository. I think it was called upopmail.sgx or something like that? Is there a $usys/components/ directory that has this coponent?
Once imported, you can look at the operations and params in the signature editor.
Was there also something called upopmail.dll that you might need to pre-load.
Thanks
Author: discooctopus (disco@discooctopus.com)
Local Administrator
Hi,
Yes i've found it yesterday on http://www.march-hare.com/puuu/proc/upopmail.html.
I just a problem with my ini file in the usersdll section :
i put demandload=c:\.....\upopmail.dll
but it seems overwrite the others demandload....
Anyway, Thanks for your help.
Jérôme
Author: Bignon (bignonj@gmail.com)
Local Administrator
Hi Jerome,
in the good old days of uniface, only one demandload= line is allowed in the ASN file.
It is a comma-separated list of dll-paths.
So just append ",c:\.....\upopmail.dll" to the existing line.
If you copy upopmail.dll to your usys:bin directory, you do not need the complete path.
Success, Uli
Author: ulrich-merkel (ulrichmerkel@web.de)