PDA

View Full Version : Anyone who knows how to send an email from a form in ASP on SiteGround??


sitron
04-03-2006, 10:02 AM
Anyone who knows how to send an email from a form in ASP on SiteGround??

I've waited for the the last support ticker now for more than five hours, and I've posted tickers before regarding - but I just cant seem to get an answer...

sitron
04-05-2006, 05:46 AM
Anyone who knows how to send an email from a form in ASP on SiteGround??

I've waited for the the last support ticker now for more than five hours, and I've posted tickers before regarding - but I just cant seem to get an answer...

I saw this link, and was impressed, after I ordered I found this to be missleading.

60690 2006-04-03 03:53am rtreiendom.net Non of the e-mail objects work 06:31:10

It took 6h and 31 minutes until I got an answer. But the problem is still not fixed. This was 2006.04.03

I would recomend everyone that uses asp to go elsevere, I do belive that Siteground is the place to be if you have php in mind. But asp - they should remove that from thir services...

Is this link a joke?
http://www.siteground.com/stats_response.htm

dan-cat
04-05-2006, 09:01 AM
You need to ask whether they have the ASPEmail component installed on your server.

If not, ask if it can be. It is a fairly standard asp email component.

If you're waiting for a long time - go ahead and test to see if the component is already installed by trying out some code from this site.

http://www.aspemail.com/manual.html

The following line of code will check if the component is installed...

Set Mail = Server.CreateObject("Persits.MailSender")

if you get no error that means that the script has found the component.


You're the developer - it's up to you to do the majority of the donkey work :)

danjam
07-30-2006, 11:01 AM
Hi there

Here's an article on sending (and validating) emails with ASP .NET 2.0.

http://www.webonweboff.com/tips/asp/email.aspx

Hope this helps...