...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
eSMTP 1.0ß Library out (SMTP-AUTH)
eSMTP 1.0ß Library out (SMTP-AUTH)
Last edited by clipper on Thu Dec 30, 2004 5:05 pm, edited 1 time in total.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanks !
PureSMTP should now handle SMTP-Auth viewtopic.php?t=12752&start=30
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).
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
I get POLINK errors with this library - is there an update for 3.93?
-Anthony
-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I am afraid not ; see http://forums.purebasic.com/german/view ... t=puresmtpDoubleDutch wrote:I get POLINK errors with this library - is there an update for 3.93?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).