You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by eric perso <er...@aboudaram.net> on 2003/07/17 15:39:14 UTC

creation email

I asking to developper :
 
how to create html email with javax.mail ?
 
thx to your response
some code or links
 
best regards

RE: Sending mail to a FetchPop server

Posted by Danny Angus <da...@apache.org>.
Done that way you can't.
You have to use the FetchedFrom matcher and *not* the servername to
distinguish between incoming and outgoing mail for the domain.
You can send all the mail with FetchedFrom to another processor which can
then contain rules to alias messages to specific local users.
You might want to set up specific aliases for several real users, and then
have a catch all alias at the bottom of the processor.
d.

> -----Original Message-----
> From: John Hornsby [mailto:john.hornsby@dsdata.co.uk]
> Sent: 29 July 2003 12:49
> To: 'James Users List'
> Subject: Sending mail to a FetchPop server
>
>
> Hi,
>
> I have fetchpop enabled for me@xyz.com, and xyz.com as a server name in
> config.xml.   This works fine.
>
> With that set up to trap xyz.com mail, how do I send mail to
> someone_else@xyz.com through the same James??
>
> Hope someone can tell me an easy solution!
>
> Many thanks,
>
> John Hornsby
> using James 2.1.2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Sending mail to a FetchPop server

Posted by John Hornsby <jo...@dsdata.co.uk>.
Hi,

I have fetchpop enabled for me@xyz.com, and xyz.com as a server name in
config.xml.   This works fine.

With that set up to trap xyz.com mail, how do I send mail to
someone_else@xyz.com through the same James??

Hope someone can tell me an easy solution!

Many thanks,

John Hornsby
using James 2.1.2


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: creation email

Posted by "Noel J. Bergman" <no...@devtech.com>.
> how to create html email with javax.mail ?

You should be aware that there is a JavaMail specific mailing list.

  http://mail.java.sun.com/archives/javamail-interest.html

	--- Noel

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: creation email

Posted by Eric Boniakos <er...@inria.fr>.
msg.setContent(....);

http://developer.java.sun.com/developer/onlineTraining/JavaMail/contents.html#ProcessingHTMLMessages

----- Original Message ----- 
From: "eric perso" <er...@aboudaram.net>
To: "'James Users List'" <se...@james.apache.org>
Sent: Thursday, July 17, 2003 3:39 PM
Subject: creation email


> I asking to developper :
>
> how to create html email with javax.mail ?
>
> thx to your response
> some code or links
>
> best regards
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org