MSendIP V1.62	--- FREEWARE !

Homepage	: http://www.bluestarsoftware.de/programs/english/msendip
Author	: Roger Sennert
eMail		: msendip@bluestarsoftware.de


A small program wich just inserts your computers internet IP address
into a html-document and then upload this file on a ftp-server or send
it as an email !


The program searchs for '#ip#' into the source html-document and replace it 
with the currently assigned internet IP.

I hope you like !


For more documentation take look at :
	http://www.bluestarsoftware.de/programs/english/msendip



Parameters :
	MSendIP	-ftp
				<remote server>
				<userid>	
				<password>
				<local html file>
				<remote file name>
				[-port <portnumber>]				// default port number is 21
				[-passiv]							// passiv ftp mode
				[-skipras]							// try another methode to get the internet ip
				[-rasname <phonebook name>]	// name of phone book entry

		or, if want to send the document as an email

	MSendIP 	-mail
				<remote SMTP server>				// name or ip
				<from address>						// must be a valid email-address
				<to address> 						// must ba a vaild email-address
				<local html file> 
				[-port <portnumber>]				// default port number is 25
				[-skipras]							// try another methode to get the internet ip
				[-rasname <phonebook name>]	// name of phone book entry


Please take care that not every SMTP-Sever will allow you send an 
email with this programs !


Examples :

MSendIP -ftp ftp.test.com testuser testpwd c:\upload\ip.html /pub/usr/testuser/ip.html -port 2121 -passiv
MSendIP -mail smtp.myprovider.com me.home@test.com me.work@test.com c:\upload\ip.html
