How to send emails from the your web application program running on protected web hos

Discussion in 'Programming' started by vit, Mar 24, 2009.

  1. #1
    My task is very typical. I get an email from the user through the html form and need to send him a confirmation to his email address.
    I tried it to do using sendmail and SMTP package but my web host provider server does not allow popular address like yahoo, gmail, etc to be sent protecting ftom malicious software.
    So, please share your experience what you do to send emails to an arbitrary address.
    How is it implemented in the forum software which send private emails, for example?
     
    vit, Mar 24, 2009 IP
  2. centralb

    centralb Peon

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you have a provider for e-mail that you already use, you can send mail using SMTPS through that provider's service.

    As long as there's no spamming involved.
     
    centralb, Mar 24, 2009 IP