473,394 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

send email from program

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

Oct 11 '06 #1
4 1892
ya****@gmail.com 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
Oct 12 '06 #2

ya****@gmail.com 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.

Oct 12 '06 #3
liutiansheng wrote:
ya****@gmail.com 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!!!
Oct 12 '06 #4

ya****@gmail.com 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

Oct 12 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

40
by: ian | last post by:
Hi, I'm a newbie (oh no I can here you say.... another one...) How can I get Python to send emails using the default windows email client (eg outlook express)? I thought I could just do the...
0
by: Piotr Bieniek | last post by:
Hello, I have a problem with UDP sockets. It concerns UdpClient class as well. It throws strange exceptions on subsequent Send calls. Exception is SocketException with native error code 10049. I...
0
by: David Burson | last post by:
Hi, I have a VB.NET windows app that needs to automatically send a simple text email when my users run a new version of the app for the first time. I thought this would be simple, but after...
1
by: Jay McGrath | last post by:
Help - trying to send a simple text email with with as little user intervention. I am trying to create a button in my Access application that will automatically send a simple text email. It...
1
by: John | last post by:
Hi, I have a question to ask in how to send e-mail through a program written by VB.Net with the help of MS Word and Outlook? The platform will be like this: OS - Win 2K Pro Office 2000 with...
14
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
3
by: growse | last post by:
Right, I've got a 2 c# programs here. Lets call them A and B. My aim is to send a simple string from B to A. A is always running. I've overridden the WndProc method to give me messages that are...
3
by: Frank | last post by:
I am attempting to develop a solution where I handle bounced e-mails. I wish to field all bounced emails in a custom email account such a bounced@mycompany.com From the aricle at...
16
by: Ed Bitzer | last post by:
Trying to send groups of email with program using System.Net.Mail. I do not clear MailMessage but repeatedly loop changing only the Bcc entries. Works fine if all addresses are valid. As a simple...
5
by: Mirxon | last post by:
Hello, I'm working on a C program under Ubuntu. It's basd on socket. Browser calls a client cgi (C program), and send some parameters to server (C program). Server runs another program...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.