e-mailadresses
e-mailadresses
can someone tell me if it is possible to incorporate e-mailadresses in xbase++ fields and to use them to send emails from.
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: e-mailadresses
Yes. Search the forum for email, smtp, and mapi for more information.
Regards,
James
Regards,
James
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
Re: e-mailadresses
Hi all
I use
http://www.afterlogic.com/products/email-components
since 3 Years
One Dll fast and small
Tx
I use
http://www.afterlogic.com/products/email-components
since 3 Years
One Dll fast and small
Tx
Re: e-mailadresses
Hi,
That looks very interesting.
Can you provide us an example of how you handle the integration ?
Thanks a lot in advance.
That looks very interesting.
Can you provide us an example of how you handle the integration ?
Thanks a lot in advance.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
Re: e-mailadresses
OIMAP := TOLEAUTO():NEW( "MAILBEE.IMAP4" )
OIMAP:LICENSEKEY := CMB_MAILKEY
OIMAP:SERVERNAME := CSERVER
OIMAP:USERNAME := CACCOUNT
OIMAP:PASSWORD := CPASSWORD
OSMTP:ENABLELOGGING = .T.
OIMAP:ENABLELOGGING := .t.
OIMAP:CONNECT( CSERVER )
OIMAP:SELECTMAILBOX( cFolder )
envelopes := OIMAP:RetrieveEnvelopesEx( 1, OIMAP:MessageCount, .F., .T., .f. )
EvelopesArr := OIMAP:RETRIEVEENVELOPES( 1, 25000, .T. )
OIMAP:DISCONNECT()
OIMAP:LICENSEKEY := CMB_MAILKEY
OIMAP:SERVERNAME := CSERVER
OIMAP:USERNAME := CACCOUNT
OIMAP:PASSWORD := CPASSWORD
OSMTP:ENABLELOGGING = .T.
OIMAP:ENABLELOGGING := .t.
OIMAP:CONNECT( CSERVER )
OIMAP:SELECTMAILBOX( cFolder )
envelopes := OIMAP:RetrieveEnvelopesEx( 1, OIMAP:MessageCount, .F., .T., .f. )
EvelopesArr := OIMAP:RETRIEVEENVELOPES( 1, 25000, .T. )
OIMAP:DISCONNECT()
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: