How can I send automated emails to registered users from my website?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • techsri
    New Member
    • Feb 2008
    • 1

    How can I send automated emails to registered users from my website?

    Hi,

    We are going to launch a website which offers free e-learning courses to the users. we are facing some problems to build my site. The problem is about, We want add push email feature to our site. Using that feature we want to send automated emails to the users after successful registration, upon course completion etc. Please suggest us the better to complete this site.

    Thank you.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    When you want to send an individual e-mail for things like registration, course completion, etc. I suggest you develop an email class or use one of the many free mail classes that are available on the web. Then, in your registration and course completion script, you build the message and send it to the individual email address.

    When you are thinking about the automated sending of things like newsletters, announcements, etc. you need some sort of mailing system where your members/users can (online) subscribe to or unsubscribe from. The latter usually is a database (such as MySQL) driven system. In that db you then keep the user's e-mail addresses and their subscriptions.

    In both cases you need a server from where you are allowed to send out e-mails. You can ask your provider.

    Is that enough to get you started or do you need more information on any of the above solutions?

    Ronald

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      Techsri,

      Cross posting and double posting are not allowed on TSDN, please do not do it again. Your other posts have been deleted.

      -Moderator

      Comment

      Working...