PureSMTP library : mail & attachments (AUTH supported)
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Ok, Ok, I will try to implement the SMTP LOGIN authentication method as described in http://www.winsockvb.com/forums/printthread.php?t=1369
Expect a new library version soon ...
Expect a new library version soon ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Library update
- some internal changes
- added SMTP authentication (LOGIN method)
- help is now CHM
Could someone test the library again ?
- some internal changes
- added SMTP authentication (LOGIN method)
- help is now CHM
Could someone test the library again ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Library update
- fixed : server message "503" (Already Authenticated) could freeze library
Please reports bugs in this thread (and not per e-mail)
- fixed : server message "503" (Already Authenticated) could freeze library
Please reports bugs in this thread (and not per e-mail)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Library critical update
The last PureSMTP version (yesterday) introduced a huge attachement bug, so please download again.
Thanks to all the testers
The last PureSMTP version (yesterday) introduced a huge attachement bug, so please download again.
Thanks to all the testers
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
When I find some timeGansta93 wrote:Hello,
A parameter for PureSMTP_SendMail() to add some datas in the mail head would be nice. Will you add this?
Very good work, thanks you very much for this library.

For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Library update
Changes
- new function PureSMTP_SetTimeOut() ; set timeout for PureSMTP_SendMail()
- new optional parameter HeaderAddon for PureSMTP_SendMail()
To El Choni
While I was updating the lib, I had a strange problem. I have updated from TailBite 1.2beta2.4 to 1.2beta2.6, and the library didn't work as expected.
The INC version worked (Purebasic include), but not the LIB version (Tailbite compiled).
It seems that embedded functions wich return strings are sometimes not compiled correctly with tailbite.
Changes
- new function PureSMTP_SetTimeOut() ; set timeout for PureSMTP_SendMail()
- new optional parameter HeaderAddon for PureSMTP_SendMail()
To El Choni
While I was updating the lib, I had a strange problem. I have updated from TailBite 1.2beta2.4 to 1.2beta2.6, and the library didn't work as expected.
The INC version worked (Purebasic include), but not the LIB version (Tailbite compiled).
It seems that embedded functions wich return strings are sometimes not compiled correctly with tailbite.
Last edited by gnozal on Fri May 13, 2005 11:26 am, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
From TailBite's history:
I don't really know how something that worked with 2.4 doesn't work with 2.6. I'm still dealing with a couple of bugs which may be related to this problem.-April 28th 2005: Version 1.2 Beta 2.6
+Fixed: problem with structured strings, reported by dige.
-April 11th 2005: Version 1.2 Beta 2.5
+Fixed: external batch file processing, problem reported by Rings.
El_Choni
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Yes, strange.
It worked when I recompiled the sources for PB3.93 with the old tailbite.
It worked when I recompiled the sources for PB3.93 with the old tailbite.
Today, I had to change the code to make the library work.gnozal (Posted: Wed Mar 02, 2005 11:09) wrote:Library update
- recompiled with PB3.93 final
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).