hi,
tool/email
send email (for test purposes)
Everything is fine, email sent as supposed
But When i run a simple test email script nothing happens.
here is my script:
/tool e-mail send
to="myemail@domain.com"
subject="test"
body="test"
any idea?
JB172
3
Put the code in one line and try again
/tool e-mail send to="myemail@domain.com" subject="test" body="test"
Stupid compiler :S:S:S loll
it works. Thank you very much.