|
|
| Njofra 2006-06-26, 7:55 am |
| Hi all!
How can I send e-mail w/attachment from C6 app.
Thanks for any help
Franjo
| |
| Abe Jimenez 2006-06-26, 7:55 am |
| If you have NetTalk from Capesoft, look at their examples.
--
Regards,
Abe Jimenez
"Njofra" <franjo@mail.mobet.com> wrote in message
news:e7oc9n$1p6$1@ss408.t-com.hr...
> Hi all!
>
> How can I send e-mail w/attachment from C6 app.
> Thanks for any help
>
> Franjo
>
>
| |
| KEVIN.GAUTHIER@DRESSER.COM 2006-06-26, 7:55 am |
| Clarion 6 has an example in C:\Clarion6\Examples\Messaging
Extension in global
Global Document Handling, Addressbook and Transport Setings.
Document Send Extentions
Attachments folder.
Hope this helps.
if you need any more help E-mail me
Njofra wrote:
> Hi all!
>
> How can I send e-mail w/attachment from C6 app.
> Thanks for any help
>
> Franjo
| |
| Njofra 2006-06-26, 6:55 pm |
| Thanks, Kevin. I will take a look.
<KEVIN.GAUTHIER@DRESSER.COM> wrote in message
news:1151327755.777448.287020@c74g2000cwc.googlegroups.com...
> Clarion 6 has an example in C:\Clarion6\Examples\Messaging
> Extension in global
> Global Document Handling, Addressbook and Transport Setings.
> Document Send Extentions
> Attachments folder.
>
> Hope this helps.
> if you need any more help E-mail me
>
>
> Njofra wrote:
>
| |
| Didier 2006-06-26, 6:55 pm |
| We have InternetMail (SMT mail) from C4 to C6.3 Legacy and ABC
$ 69.00
If you are interested, just drop a mail:
clarion@francened.com
Francened sarl
Njofra wrote:
> Hi all!
>
> How can I send e-mail w/attachment from C6 app.
> Thanks for any help
>
> Franjo
| |
| Ron Kritzman 2006-06-26, 9:55 pm |
| Njofra wrote:
> Hi all!
> How can I send e-mail w/attachment from C6 app.
I've been using BLAT.DLL for a couple of years with very few problems.
Its available from www.blat.net.
In the global map:
module('blat.dll')
sendit(*Cstring),signed,raw,pascal,name(
'Send')
end
In the procedure:
result = SendIt(blatstring2) ! send the mail
blatstring2 contains a lot of stuff. Better to read the docs than to
go into it here.
--
Emoveray ethay Igpay Atinlay otay eplyray
|
|
|
|