Re: [fpc-pascal] Pascal units to connect to an Exchange server

2018-07-20 Thread Bo Berglund
On Fri, 20 Jul 2018 07:43:43 -0300, luciano de souza wrote: > >2018-07-19 16:51 GMT-03:00, Bo Berglund : >> On Thu, 19 Jul 2018 15:29:12 -0300, luciano de souza >> wrote: >> >>>Hello all, >> >From a Linux machine connected to a Windows machine by VPN, I’d like >>>to send e-mails programmatically

Re: [fpc-pascal] Pascal units to connect to an Exchange server

2018-07-20 Thread luciano de souza
Perhaps, this is the answer. In Outlook settings, I am not able to find SMTP. I got the url server and some proxy settings. NTLM was one of parameters set. If I don't have an SMTP endpoint, could I create a crawler to automate the http connection available in Outlook Web App? In other words, since

Re: [fpc-pascal] Pascal units to connect to an Exchange server

2018-07-19 Thread Sven Barth via fpc-pascal
luciano de souza schrieb am Do., 19. Juli 2018, 20:29: > Hello all, > From a Linux machine connected to a Windows machine by VPN, I’d like > to send e-mails programmatically using a Microsoft Exchange account. > Using Windows resources, I could call Outlook automation API to do > this task. But i

Re: [fpc-pascal] Pascal units to connect to an Exchange server

2018-07-19 Thread Sven Barth via fpc-pascal
Bo Berglund schrieb am Do., 19. Juli 2018, 21:52: > On Thu, 19 Jul 2018 15:29:12 -0300, luciano de souza > wrote: > > >Hello all, > >From a Linux machine connected to a Windows machine by VPN, I’d like > >to send e-mails programmatically using a Microsoft Exchange account. > >Using Windows resou

Re: [fpc-pascal] Pascal units to connect to an Exchange server

2018-07-19 Thread Bo Berglund
On Thu, 19 Jul 2018 15:29:12 -0300, luciano de souza wrote: >Hello all, >From a Linux machine connected to a Windows machine by VPN, I’d like >to send e-mails programmatically using a Microsoft Exchange account. >Using Windows resources, I could call Outlook automation API to do >this task. But i

[fpc-pascal] Pascal units to connect to an Exchange server

2018-07-19 Thread luciano de souza
Hello all, From a Linux machine connected to a Windows machine by VPN, I’d like to send e-mails programmatically using a Microsoft Exchange account. Using Windows resources, I could call Outlook automation API to do this task. But is the same possible with Linux resources? Is there a Freepascal uni