Bob your right. it was a problem with the "fromname" being an email.
Thanks
it works now.
Search found 9 matches
- Tue Mar 14, 2006 8:15 am
- Forum: Technical / Scripting
- Topic: SmtpSendMail
- Replies: 5
- Views: 5814
- Mon Mar 13, 2006 8:26 am
- Forum: Technical / Scripting
- Topic: SmtpSendMail
- Replies: 5
- Views: 5814
It's one of the examples that comes with macro sheduler. But here it comes: MessageModal>This macro demonstrates how to send Email & Files using the SMTPSendMail command. Input>smtp,Please Enter Your SMTP Mail Server: If>smtp=,end Input>fromname,Please Enter Your Name: If>fromname=,end Input>fromema...
- Fri Mar 10, 2006 11:58 am
- Forum: Technical / Scripting
- Topic: SmtpSendMail
- Replies: 5
- Views: 5814
SmtpSendMail
the send mail example that comes Macro Sheduler keeps reporting an error: 501 5.5.4 Invalid Address.
????
I have testet the mailserver throught telnet. no problems there
The server is an Exchange2003 is this a problem.
????
I have testet the mailserver throught telnet. no problems there
The server is an Exchange2003 is this a problem.
- Thu Mar 09, 2006 4:34 pm
- Forum: Technical / Scripting
- Topic: SEPARATE> read NULL as zero
- Replies: 9
- Views: 8952
- Thu Mar 09, 2006 4:27 pm
- Forum: Technical / Scripting
- Topic: SEPARATE> read NULL as zero
- Replies: 9
- Views: 8952
- Thu Mar 09, 2006 4:15 pm
- Forum: Technical / Scripting
- Topic: SEPARATE> read NULL as zero
- Replies: 9
- Views: 8952
here goes: YEAR>YYYY MONTH>MM DAY>DD LET>TodaysDate=%YYYY%%MM%%DD% IFFILEEXISTS>%logfile% filedate>%logfile%,logfiledate IF>LogFileDateTodaysDate DeleteFile>%LogFile% GOSUB>WriteLogFileHeader Else GOSUB>WriteLogFileHeader ENDIF ELse GOSUB>WriteLogFileHeader ENDIF SRT>WriteLogFileHeader GetDate>day G...
- Thu Mar 09, 2006 4:00 pm
- Forum: Technical / Scripting
- Topic: SEPARATE> read NULL as zero
- Replies: 9
- Views: 8952
- Thu Mar 09, 2006 3:34 pm
- Forum: Technical / Scripting
- Topic: SEPARATE> read NULL as zero
- Replies: 9
- Views: 8952
- Thu Mar 09, 2006 2:54 pm
- Forum: Technical / Scripting
- Topic: SEPARATE> read NULL as zero
- Replies: 9
- Views: 8952
SEPARATE> read NULL as zero
Hi usally when I use the separate command on an empty string Like this: separate>string,;,vars It result in vars_1=Null and vars_count=0 and I do an: IF>vars_count>0 Do Stuff endif But now separate return vars_1=0 and therefore vars_count is =1 which screws up my if statement. can i somehow define h...