Jump to content

sendemail.exe help


Recommended Posts

  • Developers

I have problems to be able to make following sript

Ejm:

EnvSet("PATH", "C:\correo\")

$PATH = EnvGet("PATH")

RunWait($PATH & "sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl")

somebody can help me!

:lmao:

<{POST_SNAPBACK}>

what is the error/problem you are having ?

Maybe this way works?:

FileChangeDir("C:\correo\")
RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl")
FileChangeDir(@scriptDir)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

what is the error/problem you are having ?

Maybe this way works?:

FileChangeDir("C:\correo\")
RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl")
FileChangeDir(@scriptDir)

<{POST_SNAPBACK}>

As you indicate you work, but it appears a window of DOS

as I eliminate that window?

excuse my ingles

Link to comment
Share on other sites

  • Developers

in which it leaves from script I use @SW_HIDE? :lmao:

<{POST_SNAPBACK}>

something like:

RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl","",@SW_HIDE)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl","",@SW_HIDE)
uhmm JdeB are you sure??

placing a ".." within a " "??? try this

RunWait('sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl',"",@SW_HIDE)
*If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Link to comment
Share on other sites

  • Developers

uhmm JdeB are you sure??

<{POST_SNAPBACK}>

didn't check the validity of the first param because it was stated "that it worked" ... but you are right ...

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...