Page 3 of 25
					
				
				Posted: Thu Dec 23, 2004 6:37 pm
				by clipper
				Maybe this code would help:
viewtopic.php?t=12985 
Ok ok I think we can beautify the code but he works for me
 
			 
			
					
				
				Posted: Tue Dec 28, 2004 10:24 am
				by gnozal
				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 ...
 
			 
			
					
				
				Posted: Wed Dec 29, 2004 10:29 am
				by gnozal
				Library update
- some internal changes
- added SMTP authentication (LOGIN method)
- help is now CHM
Could someone test the library again ?
			 
			
					
				
				Posted: Sat Jan 29, 2005 12:51 pm
				by gnozal
				Library update
- fixed : server message "503" (Already Authenticated) could freeze library
Please reports bugs in this thread (and not per e-mail)
			 
			
					
				
				Posted: Tue Feb 15, 2005 10:52 am
				by gnozal
				Library update
- some optimizations
- some fixes
- and a big bug (see following post sorry 

 )
 
			 
			
					
				
				Posted: Wed Feb 16, 2005 10:15 am
				by gnozal
				Library critical update
The last PureSMTP version (yesterday) introduced a huge attachement bug, so please download again.
Thanks to all the testers
			 
			
					
				
				Posted: Wed Mar 02, 2005 10:09 am
				by gnozal
				Library update
- recompiled with PB3.93 final
			 
			
					
				
				Posted: Sat Apr 30, 2005 6:27 pm
				by Gansta93
				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. 

 
			 
			
					
				
				Posted: Sun May 01, 2005 10:31 am
				by gnozal
				Gansta93 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. 

 
When I find some time 

 
			 
			
					
				
				Posted: Thu May 05, 2005 10:55 am
				by gnozal
				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.
			 
			
					
				
				Posted: Thu May 05, 2005 11:18 am
				by El_Choni
				From TailBite's history:
-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.
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.
 
			 
			
					
				
				Posted: Thu May 05, 2005 11:27 am
				by gnozal
				Yes, strange.
It worked when I recompiled the sources for PB3.93 with the old tailbite.
gnozal (Posted: Wed Mar 02, 2005 11:09) wrote:Library update
- recompiled with PB3.93 final
Today, I had to change the code to make the library work.
 
			 
			
					
				
				Posted: Thu May 05, 2005 11:49 am
				by gnozal
				The new version of TailBite 1.2 PR 1.0 fixed the problem.
Thanks El Choni.
			 
			
					
				
				Posted: Fri May 13, 2005 11:23 am
				by gnozal
				Update
- what's new : nothing 
 
- recompiled with TailBite 1.2 PR 1.0 

 
			 
			
					
				
				Posted: Thu Jun 09, 2005 9:21 am
				by jqn
				Hi, gnozal
Very useful library, but I need a new feature:
In Headers are "Content-Type: text/plain; charset=iso-8859-1".
There is a way to change this?.
 I will need "Content-Type: text/html; charset=iso-8859-1".
JOAQUN