Jump to content

craigdba

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by craigdba

  1. I am having issues when trying to send mail with blat, i think it is the stunnel part

    I am getting

    The SMTP server does not support AUTH LOGIN

    Are you sure the server support AUTH

    The SMTP server does not like the sender name

    Have you set your mail address correctly

    ===============

    send.bat

    ===============

    :: Configure Email Options

    SET emailfrom=name@gmail.com

    SET emailto=name@gmail.com

    SET password=password

    stunnel-4.11.exe -install -quiet

    net start stunnel

    GOTO mailproc

    :cleanup

    net stop stunnel

    stunnel-4.11.exe -uninstall -quiet

    GOTO end

    :mailproc

    blat.exe -base64 -to %emailto% -u %emailfrom% -pw %password% -f %emailfrom% -server smtp.gmail.com -s "TEST" -body "TEST" -p

    465

    GOTO cleanup

    :end

    ====================

    stunnel.conf

    ====================

    client = yes

    debug = debug

    verify=0

    taskbar=no

    [smtp Gmail]

    accept=localhost:1099

    connect=smtp.gmail.com:465

    Can anyone help?

    Cheers

  2. I am trying to get the U3 Switchblade/Hacksaw going, I have the non u3 working ok, cant seem to get the U3 to work

    Can somebody please help me with links etc to get the right software to re- create the iso part, have tried one way najkoris.loader it just tells me path not specified I knwo I am doing something wrong

    please be gentle!!!!

  3. I have looked at the show notes and it mentions step2. zip, but the link is broken, it also say on the wiki they can be found on the site, can someone point me in the right direction

    Thanks in advance

×
×
  • Create New...