Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > send email from program

Reply
Thread Tools

send email from program

 
 
yazwas@gmail.com
Guest
Posts: n/a
 
      10-11-2006
I'm writing an application and I need how to send email through my
application, I want it to be platform independent, is there any free
library for sending emails, any suggestions,
Thankx alot

 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      10-12-2006
wrote:
> I'm writing an application and I need how to send email through my
> application, I want it to be platform independent, is there any free
> library for sending emails, any suggestions,


Try looking on Google Groups for "Available C++ Libraries". There
probably something related to communications. It cannot be truly
platform-independent. It only can be cross-platform. Not all
platforms out there have internetworking capabilities.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


 
Reply With Quote
 
 
 
 
liutiansheng@gmail.com
Guest
Posts: n/a
 
      10-12-2006

wrote:
> I'm writing an application and I need how to send email through my
> application, I want it to be platform independent, is there any free
> library for sending emails, any suggestions,
> Thankx alot


It's not easy to find a free library for sending emails ,which is
platform independent.

But you can create the library yourself,and try to do as follow
Separately find the special MailAPI in the special OS ,such as MS
Windows ,linux and so on.
And then add some codes that can distinguish the OS version. in order
that With different OS,your program will call different library.
Of course ,you can encapsulate this library into a dynamic
library(dll),and set a general interface to the caller.

 
Reply With Quote
 
Phlip
Guest
Posts: n/a
 
      10-12-2006
liutiansheng wrote:

> wrote:


>> I'm writing an application and I need how to send email through my
>> application, I want it to be platform independent, is there any free
>> library for sending emails, any suggestions,
>> Thankx alot


> It's not easy to find a free library for sending emails ,which is
> platform independent.


In theory, any platform supporting Berkeley Sockets (including WinSock)
should be source-compatible with SMTP.

If yazwas were to get BLAT.EXE, and shell to this with system("blat ..."),
they could switch at Linux time to some other mail sender. But why isn't
BLAT trivially portable?

(All off-topic though...)

--
Phlip
http://www.greencheese.us/ZeekLand <-- NOT a blog!!!


 
Reply With Quote
 
yazwas@gmail.com
Guest
Posts: n/a
 
      10-12-2006

wrote:
> I'm writing an application and I need how to send email through my
> application, I want it to be platform independent, is there any free
> library for sending emails, any suggestions,
> Thankx alot


If its hard to find a 'platform independent' library, then I would like
a cross-platform, or even a Unix library which has the most priority
now for me

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
which email module - MIME::LITE, Email::Send, other? brewsterbear@googlemail.com Perl Misc 2 01-05-2007 09:45 AM
How to have email form send email and start file download bmurphy@xlrotor.com Javascript 13 05-14-2006 06:27 PM
Cannot compose ,reply or send email on Sasktel email system pcbutts1 Computer Support 5 07-29-2005 06:13 AM
why cant i send email messages from this email Billie Jo Ames Computer Support 8 06-30-2005 12:24 PM
HowTo:? open email client to send email Peter ASP .Net 0 07-01-2003 04:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57