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 have to hand over the authentification into the comandline like "toemail,smtp... " and so on??
Or is it only necessary to declare the userid and password??????
I got the error after starting the macro:
550 must be authenticated
The datas for authentification are correct, because i use it with an email programm The Bat!.
Here is my comand:
Let>smtp=smtp.1und1.de
Let>fromemail=[email protected]
Let>mailname=Kretzschmar
Let>toemail=[email protected]
Let>subject=BORD128
Let>msg=Borderodaten
Let>attach=y:\temp\bord128.001
Let>SMTP_AUTH=1
Let>SMTP_USERID=3751-55
Let>SMTP_PASSWORD=12345678
// (sorry i do not write the original password

SMTPSendMail>toemail,smtp,fromemail,mailname,subject,msg,attach
WriteLn>c:\Kretschmar-Test.err,%SMTP_RESULT%
+++++++++++++
Thank's for your help
PEter