Page 4 of 4

Re: mapping network drive inside application -is it possible?

Posted: Wed May 24, 2017 11:54 pm
by franco
now error says failed to connect to server.
I am confused. This is exactly what I would like to do.
I am trying this on my 3.2 machine, would this be a problem.
Franco

Re: mapping network drive inside application -is it possible?

Posted: Thu May 25, 2017 8:07 am
by edk
Franco, I have prepared a working demo version.
I have created a Gmail account for testing purposes.
I've previously submitted the wrong AddAttachment method syntax (sorry, but I wrote from my faulty memory :oops: ).
Correct syntax should be:

Code: Select all

:AddAttachment ("c:\temp\readme.txt")
I have not tested on HMG 3.2, but since version 3.3.1 it works fine.

Re: mapping network drive inside application -is it possible?

Posted: Thu May 25, 2017 8:28 am
by serge_girard
Thanks Krzysztof!

Serge

Re: mapping network drive inside application -is it possible?

Posted: Thu May 25, 2017 3:14 pm
by franco
Thank you so much for your help. I think I have to set my gmail account to insecure for sending mail because google locks this out on a secure
account.
This is whats so great about HMG Forum.
I will let you know how I make out ........... Franco ;)

Re: mapping network drive inside application -is it possible?

Posted: Thu May 25, 2017 4:59 pm
by franco
SUCCESS.......... That was it I had to set the high security off in my gmail. I think the way to do this is to have separate gmail account for
using internal sending mail from.
It would be nice if you could hide the email it was sent from and show only the sm_from on the recievers email for responses. This would
make it so special email address would be only for sending.
Now we can make an email program using this for sending. Right now sending param will work great.
Thanx again for all your time and help .................. Franco

Re: mapping network drive inside application -is it possible?

Posted: Tue Aug 06, 2019 8:27 am
by tomtagaris
About CDO.7z
how to Add Attachment more one files
is impossible ;
thanks
tom tagaris

Re: mapping network drive inside application -is it possible?

Posted: Sun Aug 11, 2019 8:45 am
by edk
tomtagaris wrote: Tue Aug 06, 2019 8:27 am About CDO.7z
how to Add Attachment more one files
is impossible ;
thanks
tom tagaris
Just add next property, ex:

Code: Select all

:AddAttachment ("c:\temp\first.txt")
:AddAttachment ("c:\temp\second.txt")
and so on ...
Note to provide the full attachment path.

Re: mapping network drive inside application -is it possible?

Posted: Sun Aug 11, 2019 9:26 am
by tomtagaris
ok thanks
tom