send email

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

    send email

    hi,
    i have this problem....
    i want send emails with a my program in c.
    i try with the library libsmtp but it can't work with my O.S. ( linux
    debian).
    there is someone how can help me?
    Thank you
  • Walter Roberson

    #2
    Re: send email

    In article <916f2099-a4cb-475c-bf77-f8255c8933a4@26 g2000hsk.google groups.com>,
    Carachi <carachi83@gmai l.comwrote:
    >i have this problem....
    >i want send emails with a my program in c.
    >i try with the library libsmtp but it can't work with my O.S. ( linux
    >debian).
    >there is someone how can help me?
    What you are asking to do is operating system dependant. You should ask
    in a newsgroup for your operating system, or in comp.unix.progr amming
    --
    "There is no greater calling than to serve your fellow men.
    There is no greater contribution than to help the weak.
    There is no greater satisfaction than to have done it well."
    -- Walter Reuther

    Comment

    • Jens Thoms Toerring

      #3
      Re: send email

      Carachi <carachi83@gmai l.comwrote:
      i want send emails with a my program in c.
      i try with the library libsmtp but it can't work with my O.S. ( linux
      debian).
      there is someone how can help me?
      For sure, but this is the wrong newsgroup for the question.
      There are no built-in functions ettc. in the C language to
      send emails, you need some system-specific extensions (like
      libsmtp). Thus the right place to ask is in a group that
      deals with your system, probably comp.unix.progr ammer or
      comp.os.linux.d evelopment.apps in your case. If you post
      in one of these groups you better give a more complete des-
      cription, e.g. what you did try, what your problems with
      libsmtp are (which should work fine under Linux), why you
      can't simply pass on the email to sendmail (or whatever on
      your system is used instead) for sending (in which case a
      few lines of code would be sufficient) etc. Without more
      details nobody will be able to help you.

      Regards, Jens
      --
      \ Jens Thoms Toerring ___ jt@toerring.de
      \______________ ____________ http://toerring.de

      Comment

      • vippstar@gmail.com

        #4
        Re: send email

        On Jun 7, 4:37 pm, Carachi <carach...@gmai l.comwrote:
        hi,
        i have this problem....
        i want send emails with a my program in c.
        i try with the library libsmtp but it can't work with my O.S. ( linux
        debian).
        there is someone how can help me?
        Thank you
        Even though your question is off-topic I'll answer it:
        Yes.

        Comment

        • Antoninus Twink

          #5
          Re: send email

          On 7 Jun 2008 at 13:37, Carachi wrote:
          i want send emails with a my program in c.
          i try with the library libsmtp but it can't work with my O.S. ( linux
          debian).
          What do you mean it "can't work with your OS"? It's true that there
          isn't a Debian package for it, but why can't you just download the
          source and compile it yourself?

          Comment

          • Chad

            #6
            Re: send email

            On Jun 7, 7:24 am, Antoninus Twink <nos...@nospam. invalidwrote:
            On  7 Jun 2008 at 13:37, Carachi wrote:
            >
            i want send emails with a my program in c.
            i try with the library  libsmtp but it can't work with my O.S. ( linux
            debian).
            >
            What do you mean it "can't work with your OS"? It's true that there
            isn't a Debian package for it, but why can't you just download the
            source and compile it yourself?
            I've never heard of a 'Debian package' in C. Is this some kind of new
            language extension?

            Chad

            Comment

            • Antoninus Twink

              #7
              Re: send email

              On 8 Jun 2008 at 16:00, Chad wrote:
              On Jun 7, 7:24 am, Antoninus Twink <nos...@nospam. invalidwrote:
              >On  7 Jun 2008 at 13:37, Carachi wrote:
              >>
              i want send emails with a my program in c.
              i try with the library  libsmtp but it can't work with my O.S. ( linux
              debian).
              >>
              >What do you mean it "can't work with your OS"? It's true that there
              >isn't a Debian package for it, but why can't you just download the
              >source and compile it yourself?
              >
              I've never heard of a 'Debian package' in C. Is this some kind of new
              language extension?
              Thank you for your valuable contribution.

              Comment

              Working...