CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2003
    Location
    Pakistan
    Posts
    30

    want to send email

    Hello,

    i m new here, i want some help in sending email from my web site.

    is there any one who give me some hints,

    pls help me in this regard.

    thanks

    waiting for your reply
    Friends are Flowers in the Garden of Life

  2. #2
    Join Date
    Jul 2003
    Location
    NY
    Posts
    38
    If you want to send email to a list of addresses, kind of like setting up a subscription to a newsletter. Then you need to use serverside scripting. HTML JS won't do it. Try using PHP.

    If you need more help let me know.

  3. #3
    Join Date
    Jun 2003
    Location
    Pakistan
    Posts
    30

    thanks

    thanks for reply. my problem is that, i want to send my email just like hotmail or yahoo,

    pls help me in this regard.

    it is most urgent matter.

    pls help me as soon as possible.

    hope for the best.

    waiting for ur reply

    can u give me ur email id. if u don't mind
    Friends are Flowers in the Garden of Life

  4. #4
    Join Date
    Jul 2003
    Location
    NY
    Posts
    38
    Not sure what you mean by

    i want to send my email just like hotmail or yahoo,

    Are you familar w/ PHP
    email me at
    [email protected]

  5. #5
    Join Date
    Jul 2003
    Posts
    4
    Hi, you propably want to have a link that refers to an email-action:

    <a href="mailto:[email protected]?subject=email from webpage">Em@il me</a>

    I hope this helps!
    CharlieBrown

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