Page 1 of 1

Email Attachment

Posted: 22 Apr 2014 4:48
by DocGoo
Hello,

I am using V6.4 and want to attach a file to an email going out as DO MAIL in the steps. Is this possible and how do I do it?

Windows server.

Thank you,

Doc

Posted: 22 Apr 2014 7:42
by jCarlos
in my experience the only thing that you can attach to a DO MAIL is the sysout, but you can use some script or create an executable to do what you want to and run it within a job.

Re: Email Attachment

Posted: 30 Apr 2014 8:49
by vladomeno
DocGoo wrote:Hello,

I am using V6.4 and want to attach a file to an email going out as DO MAIL in the steps. Is this possible and how do I do it?

Windows server.

Thank you,

Doc
Hello

You can configure the config.dat file with the following commands so that you can attach the sysout

# e-mail configuration parameters
ADD_SYSOUT_TO_EMAIL A
ADD_SYSOUT_TO_EMAIL_LIMIT_SIZE 5120
ADD_SYSOUT_TO_EMAIL_TIMEOUT_LIMIT 30
MAIL_ADD_SUBJECT_PREFIX Y
MAIL_TIMEOUT 5

Posted: 30 Apr 2014 9:08
by DocGoo
Actually I wanted to attach a data file that is created.

I already do the sysout.

This is all good information though.

Thank you,

Goo