Email using ASP

Out of context: Reply #3

  • Started
  • Last post
  • 15 Responses
  • mitsu0

    james, find out who their webhost is and go to their site. they should have a developers section that tells you what email component they are using aspmail is popular. they should also include examples of how to set it up. it should look something like this:

    [%
    set e = server.createobject("Persits.Mai...

    e.From="me"

    e.Subject="info"
    e.MessageBody="blah"
    e.Send()
    %]

View thread