Skip to main content
Inspiring
August 11, 2006
Question

asp emal question

  • August 11, 2006
  • 4 replies
  • 398 views
Id like to have an asp page with a form on it where i enter a customer
account details.
This form, when submitted would then send an html email.
The html email would use the customer account details from the form

Any ideas on how to do this?

Thanks
Andy





This topic has been closed for replies.

4 replies

Inspiring
August 14, 2006
Hello Andy,

If you are prepared to look at a commercial solution, then you might
like to consider Universal Email from WebAssist.com

To learn more about Universal Email click on the link I have included below.

http://www.webassist.com/professional/products/productdetails.asp?PID=13

Please feel free to contact me if you have any further questions about
this or any other product from the WebAssist tool chest.

Regards,
Mark

----------------------------------
Mark Fletcher
WebAssist.com
----------------------------------

Andy wrote:
> Id like to have an asp page with a form on it where i enter a customer
> account details.
> This form, when submitted would then send an html email.
> The html email would use the customer account details from the form
>
> Any ideas on how to do this?
>
> Thanks
> Andy
>
>
>
>
>
Participating Frequently
August 12, 2006
You might inquire with your hosting company. Most provide some variation of form handling, thought I wouldn't expect it to be HTML format. Typically you'd submit the form (using Action attribute) to the form handler that comes with hosting.

Inspiring
August 12, 2006
Hi, and thanks for replying to my post.
Would it be possible to email me exmple pages? My hosting does support
CDONTS so thats good news.
If you can send, please send to info@leapfroghosting.co.uk

Kind Regards
Andy


"Tag2007" <webforumsuser@macromedia.com> wrote in message
news:ebjn7a$rcd$1@forums.macromedia.com...
> Hi,
> Its realy quite easy,
>
> I think depending on your server, but Id use CDONTS or similar and when
> the
> form was submitted id call a scriot that takes the forms values and puts
> them
> into your email.
>
> You can set the email to format the look in HTML or text.
> Ive done this a few times and works very well.
> I guess there are other approaches that may be better.
>
> If you dont have CDONTS or tother Coms there are other ways like Jmail and
> aspmail that come free on some servers.
>
> Good Luck
>


Inspiring
August 14, 2006
Try this

http://www.powerasp.com/content/hintstips/asp-email.asp

Very basic operation but is all thats needed realy.
Regards
Inspiring
August 12, 2006
Hi,
Its realy quite easy,

I think depending on your server, but Id use CDONTS or similar and when the form was submitted id call a script that takes the forms values and puts them into your email.

You can set the email to format the look in HTML or text.
Ive done this a few times and works very well.
I guess there are other approaches that may be better.

If you dont have CDONTS or other Coms there are other ways like Jmail and aspmail that come free on some servers.

Good Luck