Hi: I want macro scheduler to send an email to my hotmail account every hour. I managed the part of the mail. But now, I couldn't make the date/time stamp shows in the email message, preferably in the subject line. We are having some issues with smtp emails, and need this so I can check if they arrived on time.
thanks.
stamp the time in the subject of a message
Moderators: Dorian (MJT support), JRL
Is this what you want?
Code: Select all
GetDate>TheDate
GetTime>TheTime
Let>TheSubject=Subject text (%TheDate% %TheTime%)
mdl>TheSubject