|
Next: Replacing Win32 cross-compiling
|
| Author |
Message |
External

Since: Jun 22, 2005 Posts: 8
|
(Msg. 1) Posted: Wed Jun 22, 2005 10:30 pm
Post subject: Sending Email through application Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)
|
|
|
Hi,
I will be thankful if some one can help me regarding following problem.
I would just like to send email through my application developed using
carbon api. Is there any API available in Carbon by which I can send
mail progamatically. As we can do it through Java Mail API, but i
couldn't find same type of api in Carbon.
Any Help regarding this will be very helpful for me.
Thanks,
Manish |
|
| Back to top |
|
 |  |
External

Since: Jul 21, 2005 Posts: 150
|
(Msg. 2) Posted: Thu Jun 23, 2005 9:14 am
Post subject: Re: Sending Email through application [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <1119504652.072526.138470 DeleteThis @g14g2000cwa.googlegroups.com>,
"Manish" <manishbajaj DeleteThis @gmail.com> wrote:
> I will be thankful if some one can help me regarding following problem.
>
> I would just like to send email through my application developed using
> carbon api. Is there any API available in Carbon by which I can send
> mail progamatically. As we can do it through Java Mail API, but i
> couldn't find same type of api in Carbon.
>
> Any Help regarding this will be very helpful for me.
You are posting to a Codewarrior newsgroup. Search your Codewarrior
disks for MIST.mcp. Look at CSendQuestionSMTP.cp
When you run MIST, don't forget to open its preferences dialog box and
fill in the correct PO3 and SMTP server first, before trying to actually
send mail.
If you decide to leave Carbon, Cocoa has a high level API for sending
mail: NSMailDelivery, but you must explicitly add the Message.framwwork
to the linked-libraries section of your project. (Unlike most
frameworks, it isn't inside the Cocoa framework.)
--
David Phillip Oster |
|
| Back to top |
|
 |  |
External

Since: Jun 22, 2005 Posts: 8
|
(Msg. 3) Posted: Fri Jun 24, 2005 5:10 am
Post subject: Re: Sending Email through application [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks David,
I found that! Its working great!
Thanks,
Manish
David Phillip Oster wrote:
> In article <1119504652.072526.138470.TakeThisOut@g14g2000cwa.googlegroups.com>,
> "Manish" <manishbajaj.TakeThisOut@gmail.com> wrote:
>
> > I will be thankful if some one can help me regarding following problem.
> >
> > I would just like to send email through my application developed using
> > carbon api. Is there any API available in Carbon by which I can send
> > mail progamatically. As we can do it through Java Mail API, but i
> > couldn't find same type of api in Carbon.
> >
> > Any Help regarding this will be very helpful for me.
>
> You are posting to a Codewarrior newsgroup. Search your Codewarrior
> disks for MIST.mcp. Look at CSendQuestionSMTP.cp
>
> When you run MIST, don't forget to open its preferences dialog box and
> fill in the correct PO3 and SMTP server first, before trying to actually
> send mail.
>
> If you decide to leave Carbon, Cocoa has a high level API for sending
> mail: NSMailDelivery, but you must explicitly add the Message.framwwork
> to the linked-libraries section of your project. (Unlike most
> frameworks, it isn't inside the Cocoa framework.)
>
> --
> David Phillip Oster |
|
| Back to top |
|
 |  |
External

Since: Jun 22, 2005 Posts: 8
|
(Msg. 4) Posted: Fri Jun 24, 2005 5:10 am
Post subject: Re: Sending Email through application [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks David,
I found that! Its working great!
Thanks,
Manish
David Phillip Oster wrote:
> In article <1119504652.072526.138470.RemoveThis@g14g2000cwa.googlegroups.com>,
> "Manish" <manishbajaj.RemoveThis@gmail.com> wrote:
>
> > I will be thankful if some one can help me regarding following problem.
> >
> > I would just like to send email through my application developed using
> > carbon api. Is there any API available in Carbon by which I can send
> > mail progamatically. As we can do it through Java Mail API, but i
> > couldn't find same type of api in Carbon.
> >
> > Any Help regarding this will be very helpful for me.
>
> You are posting to a Codewarrior newsgroup. Search your Codewarrior
> disks for MIST.mcp. Look at CSendQuestionSMTP.cp
>
> When you run MIST, don't forget to open its preferences dialog box and
> fill in the correct PO3 and SMTP server first, before trying to actually
> send mail.
>
> If you decide to leave Carbon, Cocoa has a high level API for sending
> mail: NSMailDelivery, but you must explicitly add the Message.framwwork
> to the linked-libraries section of your project. (Unlike most
> frameworks, it isn't inside the Cocoa framework.)
>
> --
> David Phillip Oster |
|
| Back to top |
|
 |  |
| Related Topics: | Cannot lunch application in debug mode - I am trying to debug my lib under Photoshop Element 2. When I start the debugger it says that: it cannot lunch the application because of a shared library error <Mathlib>. Needless to say that this mathlib is not mine. Any clue? Thanks
Developing a classic application using CW10 - Hi, I have developed an application using CW10 (on a mac mini OS 10.4 environment), targeting the OS 9.2 system (PPC). This classic application runs fine on the mac mini. Upon executing the application, the classic environment runs and the application..
Making installation routine for Mac Java application? - I have a Mac application that is a Java console application. Many people have bought it and have not had a problem installing it with the cryptic Terminal program instructions. However, I know there are a few people who really have a problem and don't....
Newbie email question - Hi folks, In my app I'd like to create an email message with a specified destination, subject and contents using the user's defaul mail app but not to send it - i.e. open the window but allow the user to edit the message before sending it. Just like ...
Bug in alloc.c? - I'm getting an infinite loop in alloc.c, which is located in MSL/MSL_C/MSL_Common/Src. This is with CW 9.5. The function is allocate_from_var_pools. There is a do/while loop that searches for a block with the required size to allocate a block of.. |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|