is there a way to place the SYSTEM DAT on the subject of an email?
Let>SENDMAIL_STATUS=1
LET>SUBJECT=NGS ----I WANT THE DATE/TIME HERE----
LET>ME=[email protected]
LET>MYNAME=NGS LABEL Query Corrio con Exito
LET>RECIPIENTS=[email protected]
SMTPSendMail>recipients,ISP.com,me,myname,subject,body
date on email subject
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Try this:
Code: Select all
GetDate>vToday
GetTime>vNow
LET>SUBJECT=NGS ----%vToday%/%vNow%----
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
IT WORKED PERFECTO..!!!
THANKS BOB..!!