well in my case when i had to send the bug report in one case initiallly i used the asp script on IIS server which will get some parameters from desktop application which is workin fine but yes u r right u need a web server for it.
in other case i made a smtp dll (used the connection to SMTP socket and sent the appropraite SMTP commands alongwith paarmeters) but yes u need to have resources (a mails server again)... i think u can send email thru outlook components if u r using windows as an OS. ************************************************* Tarundeep Singh Kalra Project Leader(Server Side Solutions) Data Infosys Ltd. Development Center D-47 Hanuman Nagar Vaishali Nagar Jaipur Raj(INDIA) Ph:(091)-0141-245039,245040. Fax:- (091)-0141-703712 visit us at www.datainfosys.com ************************************************* ----- Original Message ----- From: "Thomas Singer" <[EMAIL PROTECTED]> To: "James Developers List" <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 9:08 PM Subject: Re: Send email from an application > Hello, > > thanks for your answer. > > >well i think it is not sensible to include james as such > > Exactly. The full James is absolutely an overkill. I thought of taking some > components out of it and using them directly -- without any server component. > > >why not use ur application to send http request to a particular script on > >the web which will send the mail to specific reciver. > > Because this is too difficult and depends on another (http-) server. And > not every webserver allows it. > > Best regards, > Tom > > > At 17:09 17.04.02 +0530, you wrote: > >well i think it is not sensible to include james as such > >why not use ur application to send http request to a particular script on > >the web which will send the mail to specific reciver. > >we r using the same as we have lot of constarint on sizes > >regards > >************************************************* > >Tarundeep Singh Kalra > >Project Leader(Server Side Solutions) > >Data Infosys Ltd. > >Development Center > >D-47 Hanuman Nagar > >Vaishali Nagar > >Jaipur > >Raj(INDIA) > >Ph:(091)-0141-245039,245040. > >Fax:- (091)-0141-703712 > >visit us at www.datainfosys.com > >************************************************* > >----- Original Message ----- > >From: "Thomas Singer" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Wednesday, April 03, 2002 2:54 PM > >Subject: Send email from an application > > > > > > > Hello, > > > > > > sorry, if this question was asked before. > > > > > > I want our application to send bug reports via email directly to our > > > support team (if the user approves). If I would build the mail-sending > > > stuff with JavaMail, I would still need an SMTP-server. Since James has an > > > SMTP server, the straightforward solution would be to pack JavaMail and > > > James in the application. But there are too much unused components in > > > JavaMail and James for this small task. Is there any easier (more > > > lightweight) solution for this problem? > > > > > > Best regards, > > > Thomas Singer > > > > > > > > > -- > > > To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > > > > > > > > > >-- > >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
