Results 1 to 15 of 15

Thread: send an email from my Qt application

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Posts
    155
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanked 15 Times in 13 Posts

    Default Re: send an email from my Qt application

    Quote Originally Posted by omega36 View Post
    hy,
    I need to send an email from my Qt application, but but I don't know where to begin

    I use WinXP with Qt4.2.2 ( Visual Studio 2005 C++ )

    thanks
    QTcpSocket, and "SMTP" (Simple Mail Transfer Protocol)

    SMTP server often listen on port 25...

  2. #2
    Join Date
    Oct 2006
    Location
    Hawaii
    Posts
    130
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    48
    Thanked 4 Times in 4 Posts

    Default Re: send an email from my Qt application

    See this post: http://www.qtcentre.org/forum/f-qt-p...g-qt-2221.html
    Attached Files Attached Files
    Last edited by tpf80; 19th December 2008 at 22:09. Reason: found where I got info from.

  3. #3
    Join Date
    Jul 2008
    Posts
    40
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1

    Default Re: send an email from my Qt application

    thanks I try with this

  4. #4
    Join Date
    Jul 2008
    Posts
    40
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1

    Default Re: send an email from my Qt application

    I come not to compile the exemple,
    I Have a problem in the file " qthread_p.h",
    #include "qplatformdefs.h" not found

Similar Threads

  1. QSkinWindows Classes
    By kernel_panic in forum Qt-based Software
    Replies: 45
    Last Post: 20th April 2010, 12:35
  2. how to write application which retrieve email from INBOX
    By amit_pansuria in forum KDE Forum
    Replies: 2
    Last Post: 4th June 2007, 14:10
  3. send email and to annex files
    By henriquez0 in forum Qt Programming
    Replies: 8
    Last Post: 29th December 2006, 18:45
  4. Replies: 3
    Last Post: 6th February 2006, 17:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.