Home All Groups Group Topic Archive Search About
Author
13 Jul 2005 2:00 PM
Marichael Davy
Hello,

how can i send an email by clicking a button?
This action should take al data from the fields and send this to an
emailaddress...

Everything works, except this last action..
He gives a transaction error..

Thanks
Dave

Author
13 Jul 2005 4:11 PM
Jonathan Mast
Marichael,

Do you have access to an SMTP server to send e-mail?  If so, then firing off
an e-mail is a very simple process and can be done with only a few lines of
code.

Check out the SmtpMail class in the MSDN documentation:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebmailsmtpmailclasstopic.asp

Hope it helps.

--
Cheers,

Jonathan



Show quoteHide quote
"Marichael Davy" wrote:

> Hello,
>
> how can i send an email by clicking a button?
> This action should take al data from the fields and send this to an
> emailaddress...
>
> Everything works, except this last action..
> He gives a transaction error..
>
> Thanks
> Dave
>
>
>
>
Author
14 Jul 2005 1:11 PM
Marichael Davy
Solution:
http://www.syncfusion.com/FAQ/aspnet/WEB_c26c.aspx#q534q


Greetings




"Jonathan Mast" <jm***@lucruminc.com.dontspammeplease> schreef in bericht
news:723397CF-AF0E-43F6-B0C2-85380462AE7E@microsoft.com...
> Marichael,
>
> Do you have access to an SMTP server to send e-mail?  If so, then firing
off
> an e-mail is a very simple process and can be done with only a few lines
of
> code.
>
> Check out the SmtpMail class in the MSDN documentation:
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemwebmailsmtpmailclasstopic.asp
Show quoteHide quote
>
> Hope it helps.
>
> --
> Cheers,
>
> Jonathan
>
>
>
> "Marichael Davy" wrote:
>
> > Hello,
> >
> > how can i send an email by clicking a button?
> > This action should take al data from the fields and send this to an
> > emailaddress...
> >
> > Everything works, except this last action..
> > He gives a transaction error..
> >
> > Thanks
> > Dave
> >
> >
> >
> >