| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		deep-silver -
 
  Joined: 28 Sep 2003 Posts: 3
 
  | 
		
			
				 Posted: Mon Oct 20, 2003 12:27 pm    Post subject: usr/lib/sendmail | 
				      | 
			 
			
				
  | 
			 
			
				hi there.
 
need help using send mail command on winXP.
 
my cgi work fine but the send mail for win ex. blat.exe wont work on my system.
 
The cgi progrm i use has to have a direct root to usr/lib/sendmail.
 
anybody can help ? | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Wed Oct 22, 2003 3:16 pm    Post subject: Re: usr/lib/sendmail | 
				      | 
			 
			
				
  | 
			 
			
				 	  | deep-silver wrote: | 	 		  hi there.
 
need help using send mail command on winXP.
 
my cgi work fine but the send mail for win ex. blat.exe wont work on my system.
 
The cgi progrm i use has to have a direct root to usr/lib/sendmail.
 
anybody can help ? | 	  
 
You should edit the script and replace any /usr/lib/sendmail occurence with the full path of blat.exe on your system. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		deep-silver -
 
  Joined: 28 Sep 2003 Posts: 3
 
  | 
		
			
				 Posted: Thu Oct 23, 2003 10:29 am    Post subject: wont work | 
				      | 
			 
			
				
  | 
			 
			
				the script wont let me do this change it will not accsept other then /...
 
so it has to be /X/X/...sendmail (this is an admin script to manage and test the mail)so i don't have access to the sorce of this script.
 
anything als seem to work fine.
 
what should i do 
 
noway i can use  /usr/lib/sendmail ??? | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Fri Oct 24, 2003 12:19 pm    Post subject: Re: wont work | 
				      | 
			 
			
				
  | 
			 
			
				deep-silver,
 
 
We suggest contacting the author of the script for more help in this case. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		WarrenL53 -
 
  Joined: 16 Sep 2003 Posts: 1
 
  | 
		
			
				 Posted: Tue Oct 28, 2003 11:06 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				I placed the blat files in C:\windows\system32 which is in the Windows Path.
 
 
In my scripts I use something like '$mailprog=blat.exe' (no path info necessary). This might work for you.
 
 
BTW...I've been playing with Blat for a few weeks now and I love it!
 
 
The routine for constructing the command line was a little tricky but I have that working great, now. :) | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		 |