Re: simple beginner question...

2009-11-13 Thread pady-geazy
N does complain about spoofing but atleast it gets delivered. Thanks, Norman and Stefano. -- pady - Original Message - From: "pady-geazy" To: "James Users List" Sent: Friday, November 13, 2009 9:28 PM Subject: Re: simple beginner question... Hi Norman, I

Re: simple beginner question...

2009-11-13 Thread pady-geazy
Exception: 503 5.7.1 Incorrect Authentication for Specified Email Address pady - Original Message - From: "Norman Maurer" To: "James Users List" Sent: Friday, November 13, 2009 8:47 PM Subject: Re: simple beginner question... Hi Pady, yeah just use the addr

Re: simple beginner question...

2009-11-13 Thread Norman Maurer
;. > > pady > > - Original Message - From: "Stefano Bagnara" > To: "James Users List" > Sent: Friday, November 13, 2009 1:33 PM > Subject: Re: simple beginner question... > > > either you enable authentication for James (and use it f

Re: simple beginner question...

2009-11-13 Thread pady-geazy
end email as 'app at appdomain dot com' but spoof the send address after authentication to 'user at gmail dot com'. pady - Original Message - From: "Stefano Bagnara" To: "James Users List" Sent: Friday, November 13, 2009 1:33 PM Subject: Re: si

Re: simple beginner question...

2009-11-13 Thread Norman Maurer
Hi Pady, send the emails as text/plain. Bye, Norman 2009/11/13 pady-geazy : > test...most mails i send to this list is getting rejected as mail abuse... > > pady > > > - > To unsubscribe, e-mail: server-user-unsubscr...@james.ap

Re: simple beginner question...

2009-11-13 Thread pady-geazy
test...most mails i send to this list is getting rejected as mail abuse... pady - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

Re: simple beginner question...

2009-11-13 Thread Stefano Bagnara
Port(info.smtpport); >  email.setFrom("padysrini  at gmail dot com"); >  email.addTo("padysrini  at hotmail dot com"); >  email.setSubject(subject); > >  email.setHtmlMsg(html); > >  email.setDebug(true); > >  email.send(); > > > Thanks > >

Re: simple beginner question...

2009-11-12 Thread pady-geazy
mail.setHtmlMsg(html); email.setDebug(true); email.send(); Thanks pady - Original Message ----- From: "Norman Maurer" To: "James Users List" Sent: Friday, November 13, 2009 1:24 AM Subject: Re: simple beginner question... I think there is no need for aspecial ma

Re: simple beginner question...

2009-11-12 Thread Norman Maurer
I think there is no need for aspecial mailet. Just Set the Mail from and from headers to the senderaddress you want to use. Bye norman 2009/11/12, pady-geazy : > > > I have a requirement in my app as follows - > > 1. A user registers with my app, and registers an email address. ( "a at > gmail dot

simple beginner question...

2009-11-11 Thread pady-geazy
I have a requirement in my app as follows - 1. A user registers with my app, and registers an email address. ( "a at gmail dot com" ) 2. The app sometimes has to send emails on behalf of the user. 3. I have James email server which accepts connections from "appdomain dot com". 4. In the abov