Re: [twsocket] What is the correct format for friendly FROM address in TSslSmtpCli?

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> I've tried several combinations (Using delphi with TSslSmtpCli) > sending both through gmail and through my own ISP's server to both > hotmail and a pop3 address. I can't seem to get the right 'from' > email to show up when going through gmail. It keeps showing the > real gmail account email

[twsocket] What is the correct format for friendly FROM address in TSslSmtpCli?

2014-10-07 Thread H M
I've tried several combinations (Using delphi with TSslSmtpCli) sending both through gmail and through my own ISP's server to both hotmail and a pop3 address. I can't seem to get the right 'from' email to show up when going through gmail. It keeps showing the real gmail account email instead.

Re: [twsocket] TWSocketServer listen connections

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> I do not want to close the connection, and not destroy it, must > leave all connected clients and access them when needed to send > data and information, > I do not need to use Cliente.Free? it will not overload the memory? No, your Cliente is simply a pointer to the real client in the componen

Re: [twsocket] TWSocketServer listen connections

2014-10-07 Thread {Dark_Ducke}
I do not want to close the connection, and not destroy it, must leave all connected clients and access them when needed to send data and information, I do not need to use Cliente.Free? it will not overload the memory? thanks again! 2014-10-07 11:31 GMT-03:00 Wilfried Mestdagh : > > Cliente

Re: [twsocket] TWSocketServer listen connections

2014-10-07 Thread Wilfried Mestdagh
> Cliente.Free; You destroy a client managed by TWSocketServer. If you have the intention to close the connection just call: Cliente.CloseDelayed; After the client close it will be destroyed by the managing TWSocketServer. -- mvg, Wilfried http://www.mestdagh.biz http://www.comfortsoftwa

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread H M
OK - I feel foolish now. I have twin monitors, covered in windows for different things. Just tried your program again and noticed the tiny corner of a pop up window poking out from under another window. It was the firewall in my AV asking if I wanted to allow your program access to the internet!

[twsocket] TWSocketServer listen connections

2014-10-07 Thread {Dark_Ducke}
Hello, I created a server tcp / ip to receive multiple simultaneous client connections, so far so good it seems to be working properly, I need to get more information of these connected clients, list them, do some action etc. .. I am doing as follows on ConnectionDataAvailable; Command: = ReceiveS

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> one freshly built from the source code still gives Can Not Open > Mail Server: :25 - 426 Timeout Can you please email the entire content of the progress window showing a message being queued and sent, and the diag window (that may be hidden under the form) if anything, that's only SMTP protocol.

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread H M
Angus yes, I agree I was nervous about using lots of bcc, even though that's how its done at the moment, But I revised my thoughts after thinking how long it would take to send 500 odd emails, each with a 1 mb pdf attachment. A small test (admitedly using Indy) indicated it would take nearly 40

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> I agree with Angus, you would be better off to send the e-mails > individually to the recipients' mail servers. My main point was it's better to send individually addressed emails, than bulk BCC, they are less likely to be intercepted as spam, even if it takes longer to do so. I did mentio

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> The .exe in the zip runs ok but no matter which host and > corresponding user/password I use it always reports > Can Not Open Mail Server: :25 - 426 Timeout Without SSL, you won't be able to connect to Gmail, see below. Just tested the original binary, all I did was changed To: my own email a