Posted: Mon Jan 28, 2008 2:05 pm
If you really need it.... SocketTools library
see forum: http://www.purebasic.fr/english/viewtop ... ockettools
see forum: http://www.purebasic.fr/english/viewtop ... ockettools
http://www.purebasic.com
https://www.purebasic.fr/english/
Yeah but at least the FTP lib can be used. Without smtp authentication I can't even use the mail lib because my email server requires it. I'll have to find another smtp to use in the meantime.hardfalcon wrote:There are such problems with many of the new libs, the FTP lib for example will be rather useless as long as it doesn't support setting CHMOD access rights.
Anyhow, time (and new features) will come, and the new libs are definitely a great step into the right direction.
Which DLL did you use to send SSL/TLS e-mails?I have to reach out to a DLL in order to get SSL/TLS support for email..
Boah, the price for the component is $899!!! And it even needs a wrapper, because it is COM technology. I think this is way to much for the given value. I'm looking forward to find a solution that uses OpenSSL to archive the SSL/TLS functions needed for SMTP. Maybe you found such a library during your research?I chose the IP Works SMTP and SMTPS component from N Software
Seldon wrote:I agree, very few SMTP servers work without authentication. Anyway, I've been using PureSMTP so far for this, but it doesn't work anymore with 4.30 as most LIBs (problem with StringExtension). BTW, does someone know if we can do something ? Or just waiting for a new release of each user LIB ?
I mean the user/password (POP3 authentication) check, when you call the SMTP server. Isn't that called authentication ??? I don't mean SSL...Psychophanta wrote:Seldon wrote:I agree, very few SMTP servers work without authentication. Anyway, I've been using PureSMTP so far for this, but it doesn't work anymore with 4.30 as most LIBs (problem with StringExtension). BTW, does someone know if we can do something ? Or just waiting for a new release of each user LIB ?![]()
PureSMTP does not allow SMTP/auth nor SSL authentication, dude!
Thats wrong. PureSMTP supports SMTP/auth using auth/plain and POP3 before SMTP authentication. So, most SMTP accounts will work without problems. But SSL authentication is missing, too (not able to use google mail accounts).PureSMTP does not allow SMTP/auth nor SSL authentication, dude!