in

Community Server

The platform that enables you to build rich, interactive communities
All Tags » email (RSS)

Browse by Tags

  • Re: Forgot your password?

    I've modified Rob's code for the Password Reset function to work with 4.0. You can download it here . Just unzip the files to the root of your pool. You will need to overwrite the userLogin.asp file so the link shows up correctly.
    Posted to Development (Forum) by Smokey Jones on 08-25-2010
  • Re: Setting up email for GoDaddy hosted sites.

    Not that it is a big deal but caused me a lot of grief until i caught it, im just posting this in case someone else has the issue as well. i noticed by copying the above code it was missing the ending of the function as i have highlighted below end function %>
    Posted to Help and Support (Forum) by nflcrazy on 08-05-2010
  • Re: email all

    Taking from everyone else's code, here's a full script. Note that you'd have to modify the SendHtmlEmail function to work with whatever email component your host has (just like the existing SendMail function). <%@ LANGUAGE="VBScript" %> <!-- #include file="includes...
    Posted to Suggestion Box (Forum) by mikehall on 09-21-2009
  • Re: Forgot your password?

    That's true. To avoid it, you could create a separate function just for HTML email as described in this thread .
    Posted to Development (Forum) by mikehall on 09-09-2009
  • Email Addresses

    I just noticed that in the database, the email addresses do not appear. I noticed this because I need a quick way of exporting these addresses, since I am not using the site to send out emails, but I am doing it another way. Can you please let me know how I can pull (export) a list of the user emails...
    Posted to Help and Support (Forum) by pti on 09-08-2009
  • Re: User Sign Up Email Password feature

    Thanks for the help Mike.Your suggestions worked great. Drizz, how did you get gmail to work? what port did you use? you needed ssl right?
    Posted to Help and Support (Forum) by poolie on 09-07-2009
  • User Sign Up Email Password feature

    I want to use the email feature but I do not what my new uses to be emailed a temp password. I can only get this option if I turn off the email function. Is there anyway to just turn of the email random password feature?
    Posted to Help and Support (Forum) by poolie on 09-03-2009
  • Re: Brinkster SMTP Email

    You can tweak Mike's original email code the (CDO Mail code) to support ssl, which is required by gmail's smtp. ("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True I forget the exact like of code needed, but I did provide it in another post.
    Posted to Help and Support (Forum) by shotrock on 09-02-2009
  • Re: Setting up email for GoDaddy hosted sites.

    Two things to try: Remove these lines: cdoConfig.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = "your_email_address" cdoConfig.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "your_email_password" And...
    Posted to Help and Support (Forum) by mikehall on 08-20-2009
  • Setting up email for GoDaddy hosted sites.

    If you're hosting your site via GoDaddy, you can use the following code to enable email (just replace the SendMail() function located in includes/email.asp). Be sure to change your_email_address and your_email_password to appropriate values. '-------------------------------------------------...
    Posted to Help and Support (Forum) by mikehall on 08-14-2009
Page 1 of 1 (10 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems