Search found 5 matches
- Fri Aug 11, 2006 4:06 pm
- Forum: Technical / Scripting
- Topic: replacing field in textfile with date
- Replies: 2
- Views: 3674
Hello Marcus, thanks a lot for your help. It's great to get anytime help from you!!! Here is my result, it's the complet macro because i have had difficulty for the exact defination of every command: Year>yyyy Month>mm Day>dd Let>TheDate=%yyyy%.%mm%.%dd% ReadFile>c:\input.txt,file StringReplace>file...
- Fri Aug 11, 2006 12:48 pm
- Forum: Technical / Scripting
- Topic: replacing field in textfile with date
- Replies: 2
- Views: 3674
replacing field in textfile with date
Hi, i have to replace a variable or a line in an textfile (unformated) with the actual date. into the file there are some lines like: ORDER: { Nr 1 } ORDERNUMBER:""; DATE:%date%; CURRENCA:"EUR"; RELATION:95; ............. I want to replace every day the word %date% or the complete line with the actu...
- Tue May 23, 2006 7:04 am
- Forum: Beginners
- Topic: SMTPSendMail with authentification failed
- Replies: 4
- Views: 6259
- Mon May 22, 2006 5:13 pm
- Forum: Beginners
- Topic: SMTPSendMail with authentification failed
- Replies: 4
- Views: 6259
Assuming your SMTP server uses SMTP-AUTH for authentication then what you are doing is correct. Perhaps your server uses a different kind of authentication. Or maybe you have the userId or password wrong - make sure you have no leading or trailing spaces etc. Hi Marcus, thank's so much for your ans...
- Mon May 22, 2006 4:47 pm
- Forum: Beginners
- Topic: SMTPSendMail with authentification failed
- Replies: 4
- Views: 6259
SMTPSendMail with authentification failed
Hi, first of all, i'm sorry about my bad english and also I'm sorry if I have overlooked my question in the faq's and in the use groups. May be it is only a missunderstanding of mine. I want to send an email with MS and have an smtp-server which need to authentificate. But there is my problem. Do i ...