PDA

View Full Version : Mail system



Tavit
7th April 2009, 22:09
Hi friends,
I am implementing small aplication using qt-vsintegration-1.4.0 .My question is how to send mail for registration users. like our Qt forum ( Any portal sites or forums ). Could u help me anybody..


Thank you..


Regards,
Tavit.

talk2amulya
7th April 2009, 23:24
there is only one way currently to send mail right now..using QDesktopServices::openUrl(...), see the example in Qt Assistant..but i dont think that will fulfill ur needs..thus u'd either have to make a smtp/pop client urself..or wait for sometime cuz one of them is in progress

wysota
7th April 2009, 23:36
http://blog.wysota.eu.org/index.php/2009/03/12/qwwsmtpclient/

Tavit
10th May 2009, 23:00
http://blog.wysota.eu.org/index.php/2009/03/12/qwwsmtpclient/

Hi wyosta,
How to install those widgets to my present VS2003 Integrated with Qt 1.4.
Can you tell me the process..


Thank you,
Tavit.

wysota
11th May 2009, 18:37
Widgets or QwwSmtpClient? The latter is not a widget and its code has not yet been released...

lni
11th May 2009, 19:05
Look for QxtSendmail at http://doc.libqxt.org/0.5.0/classes.html

pmlody
21st September 2009, 16:16
http://blog.wysota.eu.org/index.php/2009/03/12/qwwsmtpclient/

Hi
You wrote: "I’ll release the code to the public soon."
Can you tell us when?? :)

Ok, I found it:
http://blog.wysota.eu.org/index.php/2009/05/13/qwwsmtpclient-released/

wysota
23rd September 2009, 12:29
Yeah... but it's a bit buggy. I have to clean it up and make another release.

pmlody
23rd September 2009, 17:22
Yeah, I've seen :)
So I'm waiting for another release...

aamer4yu
24th September 2009, 10:35
Recently from the Qt Labs - Introducing the Messaging Library (http://labs.trolltech.com/blogs/2009/09/21/introducing-the-messaging-library/)
Hope it helps a little :)

pmlody
24th September 2009, 10:38
Thanks a lot :)