need to send email with FiveWin, someone would have an example?
thanks
need to send email with FiveWin, someone would have an example?
thanks
Anser,
thanks!!!!!!!!!!!
![]()
Is CDO supported on all the existing Windows versions?
EMG
Enrico Maria Giordano wrote:Is CDO supported on all the existing Windows versions?
EMG
Thank you.
EMG
Mr. Anser,
I'm having problems with special characters (accents), I tried to solve this:
WITH OBJECT oEmailMsg
...
:BodyPart:Charset = "utf-8"
:TextBody = 'Feliz aniversário você merece toda atenção!'
:Send()
END WITH
Can you help me?
I'm getting erratic errors from Send() method that is not replicable. Anyone got that error and found a way to solve the problem?
EMG
There are many threads here about Email, and I'm probably on most of them.
My main problem has consistently been the need to use SSL on SMTP servers. It is simply not supported in FWH, or Harbour. At least, in all the things I have found, its just not there.
I tried CDO, and it worked on my computer, but once again, there was an epic failure on most of my clients' systems.
Two add on libraries were suggested. I obtained trial copies, but both companies said they had no idea how to use them in a FWH application. I asked here but could not receive a sample implementation.
So now, as more and more ISPs require SSL on their email servers, my clients are getting ANGRY !
I would sure love an SMTP system that works . Sadly, the native system to FWH does not support SSL either, nor does it support attachments.
I realize that there are many nice projects out there for FWH people to work on, but this need has been out there for the past 5 years !
Tim
TimStone wrote:My main problem has consistently been the need to use SSL on SMTP servers. It is simply not supported in FWH, or Harbour. At least, in all the things I have found, its just not there.
oCfg:Item( "http://schemas.microsoft.com/cdo/configuration/smtpusessl" ):Value := .T.TimStone wrote:I tried CDO, and it worked on my computer, but once again, there was an epic failure on most of my clients' systems.
TimStone wrote:Sadly, the native system to FWH does not support SSL either, nor does it support attachments.
Yes, but the keyword is TRYING ... and I did implement it, but then on my customers' machines it FAILED completely. I would have to go in and check about 400 computers individually and that just isn't effective.
Tim
I used CDOSYS for years on the web (IIS) and it never failed. I don't know why it fails sometimes on a FWH application, yet...
EMG
OK ... I used the setup that came in this thread with my data modifications. As I said, it worked fine on my computer.
I can try it with a few clients for testing. Maybe it will work for them.
Tim
CDO fails in conditions where you are using port 25, to avoid this problem you must use SSL or diferent smtp port, other problem is caused if your ISP provider block port 25, i used in diferent environments with autenticated sessions and no problems since windows xp windows 2008 and servers since 2003 and servers 2012.
All applications compiled with Harbour, xHarbour and BCC, MSVC, Pelles and MINGW compilers without problems and all working fine.
Regards,
Nicanor