Re: Regarding attachment

2003-06-28 Thread Sundaranathan S
Hi  Noel,

Can you please tell how do i remove the horizontal rule that comes in
between attachments.

thanks a lot in advance,
-Sundaranathan
SIP Technologies  Exports Ltd





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Regarding attachment

2003-06-28 Thread Noel J. Bergman
 How do i go about [attaching a signature from a file to an e-mail]?
 Can you please help me out.

Start with AddFooter and modify it to read the footer from a file or other
location.

 Can you please tell how do i remove the horizontal rule that
 comes in between attachments.

What horizontal rule?  I don't see anything in AddFooter that would add one
by default.

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Regarding attachment

2003-06-27 Thread Sundaranathan S
thanks a lot for your prompt reply  i will look into AddFooter and get back
to u if i have any problem

thanks,
-Sundaranathan
SIP Technologies  Exports Ltd


Noel J. Bergman wrote:

  I have to attach a signature file to all outgoing
  mails with the username, designation and mobile
  number.

 Take a look at AddFooter.  That is the code you want to use for a start, but
 you'll need to have a convention where you store footer files in some
 location keyed by the user.  In James v3, that could be an attribute on the
 user record, but for now you'll need to do something else (like look it up
 from a database record).

  also if there is a signature that is present then that has to be
  removed or replaced with the signature that is created by me.

 How are you going to recognize that a message has an existing signature?

 --- Noel

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Regarding attachment

2003-06-26 Thread Sundaranathan S
Hi All,

I am newbie to this list. So please can anyone let me know if
there is any possible way to attach a file to the mails outgoing from
james server.

thanks in advance,
-Sundaranathan
SIP Technologies  Exports Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Regarding attachment

2003-06-26 Thread Noel J. Bergman
 So please can anyone let me know if there is any possible
 way to attach a file to the mails outgoing from james server.

There isn't a standard mailet for doing so, but it would be fairly
straightforward to do.  Are you saying that you need something like:

  mailet match=condition class=AttachFile
filepath-to-file/file
[mimetypemime-type/mimetype]
[subjectsubject/subject]
  /mailet

Or is there something more to it?

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Regarding attachment

2003-06-26 Thread Sundaranathan S
Hi Noel J. Bergman,

Thanks a lot for your prompt reply. My requirement is something
like this 

I have to attach a signature file to all outgoing
mails with the username, designation and mobile number. So first i
should who is user sending the mail and his corresponding Name,
designation and mobile number has to be got from the database and create
a signature file and then i should attach this file to the outgoing
mail, also if there is a signature that is present then that has to be
removed or replaced with the signature that is created by me. I hope u
got it.  Can i do this using james if so please let me know.

thanks in advance,
-Sundaranathan
SIP Technologies  Exports Ltd.

Noel J. Bergman wrote:

  So please can anyone let me know if there is any possible
  way to attach a file to the mails outgoing from james server.

 There isn't a standard mailet for doing so, but it would be fairly
 straightforward to do.  Are you saying that you need something like:

   mailet match=condition class=AttachFile
 filepath-to-file/file
 [mimetypemime-type/mimetype]
 [subjectsubject/subject]
   /mailet

 Or is there something more to it?

 --- Noel

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Regarding attachment

2003-06-26 Thread Noel J. Bergman
 I have to attach a signature file to all outgoing
 mails with the username, designation and mobile
 number.

Take a look at AddFooter.  That is the code you want to use for a start, but
you'll need to have a convention where you store footer files in some
location keyed by the user.  In James v3, that could be an attribute on the
user record, but for now you'll need to do something else (like look it up
from a database record).

 also if there is a signature that is present then that has to be
 removed or replaced with the signature that is created by me.

How are you going to recognize that a message has an existing signature?

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]