CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Location
    Penn Valley, USA
    Posts
    6

    Help! How can I send email automatically without having user loging on?

    Hi,

    My application needs to send email periodically without user interference. I tried MapiSendMail but I have to already logged on to my internet server for it to work. I want to be able to log on when I need to send the email then disconnect/log off when I am done without users doing anything. Is there a way? Thanks for your help.


  2. #2
    Join Date
    Jun 2002
    Location
    Vienna, Austria
    Posts
    47
    Use SMTP (Simple Mail Transfer Protocol) directly !
    Look at the sample at codeguru

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured