eSMTP 1.0ß Library out (SMTP-AUTH)

Developed or developing a new product in PureBasic? Tell the world about it.
clipper
User
User
Posts: 44
Joined: Fri Aug 29, 2003 7:47 am
Location: Germany

eSMTP 1.0ß Library out (SMTP-AUTH)

Post by clipper »

...a small Userlibrary to send eMails.

Because there was no Library or Code to send e-Mails with SMTP-Auth, I had written my own.
Meanwhile many people ask for SMTP-Auth, so I put this Code into a Userlibrary and added
Regular SMTP, Auth with CRAM_MD5 and Pop3BeforeSMTP.

I hope, it runs on all the different Mailservers. If not, send me the log and if there is time I will spent some to update this Lib.

If there is someone who has a PopBeforeSMTP-Account it would be nice to here if the Lib works.

Features:

Regular SMTP
SMTP Authentication with CRAM-MD5 or AUTH-LOGIN (self-detecting)
POP before SMTP
Events (Bytes sent), Error Events
Timeout
Supports SetStringManipulationBufferSize() by PB for Mailbodys greater than 64K
Large Attachments
Logging

Download:
http://www.tracklog.net/esmtp/esmtp10.zip

Happy new year
Last edited by clipper on Thu Dec 30, 2004 5:05 pm, edited 1 time in total.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Thanks !
PureSMTP should now handle SMTP-Auth viewtopic.php?t=12752&start=30
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
clipper
User
User
Posts: 44
Joined: Fri Aug 29, 2003 7:47 am
Location: Germany

Post by clipper »

Oh Gnozal,
If only I had known - many hours... :cry:
:wink:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

clipper wrote:... many hours... :cry:
Yes, I know :lol: but it's fun, isn't it :wink: ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Very nice.

Now a good POP3 lib with attachment support :-)
Wolf
Enthusiast
Enthusiast
Posts: 234
Joined: Sat Apr 03, 2004 12:00 pm
Location: S.T

Post by Wolf »

MMM Thanks clipper i must test it :D
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

I get POLINK errors with this library - is there an update for 3.93?

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

DoubleDutch wrote:I get POLINK errors with this library - is there an update for 3.93?
I am afraid not ; see http://forums.purebasic.com/german/view ... t=puresmtp
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply