|
249995 Answers to your Computer question! 03
|
| |
I fell in love with the net and all the compuiter teahcnology in the very early years and have loved it ever since, I have an IT Degree and Communications degree and will be working on my doctorate for the next five years, in bwetween I design websites, databases, Multimedia Produxction or anything that wil make me a penny, just student scraping by. But Guess what? I don't want your money, your e-mail, or anything. Each of these sites has a specific topic but they have them style and layout sothey are easy to navigate and ther a search function should take you to exactly where youwant to, or just explore, they have outside service you can acccess as well. Each site has 10,000 plus articles and they are updated everyday so you know you are gettin up to date information. ENough, here the computer and tech related sites.... more »
|
|
Indy SMTP client
|
| |
hello guys iam using Indy SMTP client to send e-mails via my gmail account to any email i use indy intercept, and io handler to open TLS (SSL) connection which is the default of gmail but i can't send emails, and i got this message "can't load SSL library" any help to load this library
|
|
TIdMessage SaveToFile stores with signs letter ???????
|
| |
There is an application e-mail client to send and receive letters, written in BDS2008. Using the mail through Indy10. With the formation of a new writing component, through TIdMessage, first letter is saved in a file for later shipment. TIdMessage * IdMessageSave = new TIdMessage (NULL); IdMessageSave-> Clear ();... more »
|
|
Can't link to Indy9 with CB2007
|
| |
Hello, I'm upgrading a project from BCB6 to CB2007, it uses Indy in a couple of places to send email messages via SMTP. I don't need Indy10, and I've heard there are problems with the default installation of it in CB2007, so I'm happy to stick with Indy9. My source compiles OK, but will not link. I get the errors shown at... more »
|
|
BCB 2009: Indy HTML-Mail
|
| |
Hi all, this is my code: IdSMTP = new TIdSMTP(Application); IdMessage = new TIdMessage(Application); IdMessage->ContentType = "multipart/related; type=\"text/html\""; IdText = new TIdText(IdMessage->MessagePart s, NULL); IdText->Body->Add("<HTML>"); IdText->Body->Add("HTML-Text") ;... more »
|
|
|