Email Attachment

Tools and several solutions to manage Control-M products
Post Reply
User avatar
DocGoo
Nouveau
Nouveau
Posts: 73
Joined: 08 Sep 2010 12:00

Email Attachment

Post by DocGoo » 22 Apr 2014 4:48

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

User avatar
jCarlos
Nouveau
Nouveau
Posts: 36
Joined: 19 Jun 2013 12:00

Post by jCarlos » 22 Apr 2014 7:42

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.

User avatar
vladomeno
Nouveau
Nouveau
Posts: 4
Joined: 22 Apr 2014 12:00

Re: Email Attachment

Post by vladomeno » 30 Apr 2014 8:49

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

User avatar
DocGoo
Nouveau
Nouveau
Posts: 73
Joined: 08 Sep 2010 12:00

Post by DocGoo » 30 Apr 2014 9:08

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

Post Reply