Auto send email without confirmation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boki

    Auto send email without confirmation

    Hi All,

    I want to create a program that auto send out email ( not email bomb )
    to myself.

    I tried the MAPI, but it will show a notiifcation message, user need
    to confirm that.

    My target is the program can auto send out email for a while ( with a
    timer, no prob )

    because I need to leave the computer but I want to keep receiving the
    new update from this PC.

    I will send out email with an attachment.


    Boki.
  • Claire

    #2
    Re: Auto send email without confirmation

    Look at
    System.Net.Mime ;

    System.Net.Mail ;

    System.Net.Mail .SmtpClient MailClient

    "Boki" <boki.digital@g mail.comwrote in message
    news:f3901bff-6aff-414e-a9a0-99a85e7e720a@b9 g2000prh.google groups.com...
    Hi All,
    >
    I want to create a program that auto send out email ( not email bomb )
    to myself.
    >
    I tried the MAPI, but it will show a notiifcation message, user need
    to confirm that.
    >
    My target is the program can auto send out email for a while ( with a
    timer, no prob )
    >
    because I need to leave the computer but I want to keep receiving the
    new update from this PC.
    >
    I will send out email with an attachment.
    >
    >
    Boki.

    Comment

    • Boki

      #3
      Re: Auto send email without confirmation

      On Apr 8, 3:55 pm, "Claire" <claire@no_hope .comwrote:
      Look at
      System.Net.Mime ;
      >
      System.Net.Mail ;
      >
      System.Net.Mail .SmtpClient MailClient
      >
      Got it, thx!

      Boki.

      Comment

      Working...