Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on April 23, 2012, 03:55:41 AM

Title: Send current document with CDO
Post by: TimoVJL on April 23, 2012, 03:55:41 AM
This AddIn example send current document with CDO, if someone really want to email current  document to someone.

Make it better, more usable, bugfree, ETC ...
Let me know if someone really needs something like this.
Title: Re: Send current document with CDO
Post by: czerny on May 02, 2012, 01:50:50 PM
Hi Timovjl,

what is 'COM_NO_WINDOWS_H' for?
Or better in what cases should I use and define this?

czerny
Title: Re: Send current document with CDO
Post by: TimoVJL on May 02, 2012, 03:22:39 PM
Hi Timovjl,

what is 'COM_NO_WINDOWS_H' for?
Or better in what cases should I use and define this?

czerny
If you dont use windows.h and WIN32_LEAN_AND_MEAN and define headers as needed youself.
Title: Re: Send current document with CDO
Post by: czerny on April 16, 2014, 09:45:16 AM
Timo: Is this CDO-interface working with smtp port 25?
Is it possible to use port 587 insteed?
Port 25 is not very often available these days.

czerny
Title: Re: Send current document with CDO
Post by: TimoVJL on April 16, 2014, 10:03:12 AM
No, if 587 is for TLS (HotMail Outlook ?).
465 SSL is possible after adding some code. (GMail)