CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > general_asp.net.web_parts_and_personalization Tags:
Item Type: Date Entered: 2/26/2008 9:26:48 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 3 Views: 33 Favorited: 0 Favorite
4 Items, 1 Pages 1 |< << Go >> >|
"johnjalani" <>
NewsGroup User
Button that sends an Email2/26/2008 9:26:48 AM

0

 Hi.,

Please help me, i have a data driven site, one of my site is called "application request" it is were the user inputs information then the user will click on the "request" button, so this is the question.

after the "request" button is click, it should send an email to the approving officer, within that email is the info that the user has recently inputted with some default text like "dear Sir/Ma'am we would like to request your approval for....etc"

BTW, the email that we used is OUTLOOK "local email"

please help me,

thanks 


JFRBPH12?
"[email protected]"
NewsGroup User
Re: Button that sends an Email2/26/2008 11:52:49 AM

0

www.systemnetmail.com

Jeff


Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
"vinz" <>
NewsGroup User
Re: Button that sends an Email2/26/2008 12:59:07 PM

0

Mabuhay Pilipinas!

Please check this links below

http://aspnet.4guysfromrolla.com/articles/072606-1.aspx
http://www.aspheute.com/english/20000918.asp
http://aspalliance.com/679

Hope it helps! 


Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post fixed your problem.


"rahul_itpro" <
NewsGroup User
Re: Button that sends an Email2/26/2008 2:37:36 PM

0

Hi,

You need to use the System.Net.Mail namespace to implement the mailing functionality. Then use the MailMessage class object and bind data to relevant data members like

MailMessage m = new MailMessage();
m.From = new MailAddress("[email protected]", "XYZ");
m.To.Add(new MailAddress("[email protected]", "WMX"));
m.Subject = "Testing HTML";
// Specify an HTML message body
m.Body = "<html><body><h1>My Message</h1><br>This is an HTML message.</body></html>";
m.IsBodyHtml = true;
// Send the message
SmtpClient client = new SmtpClient("smtp.gmail.com");
client.Send(m);

 The above is just an example to send an HTML mail. You can also refer to MSDN to get the clear understanding on the System.Net.Mail namespace.


Thanks,

Rahul
Happy Programming
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:













not recognizing my sql server instance during instalation

calendar module

getting milestones module to inherit portal look and feel

help! database installation problem

problems sending mail from portal

changing default port

using the discussion module

portal / windows authentication

heirarchical listing of sub tabs in admin tabs module

faq module from aspsmith.com

accesibility concerns

performance tip

installation problem

sever error in portalvbvs

shopping cart functionality

install problem

in general, what is we using portal for?

please help with validation

access to the path "f:\inetpub\wwwroot\portalvbsdk\portalcfg.xml" is denied.

how to dynamically set record count in sproc

login

asp.net portal, does it work in xp os

how to programatically set an active tab?

borrowing code

what happened to document uploading in the ibuyspy portal?

i wasn't able to install locally so i did it remotely... changed it back to locally but

update links

let's go off topic and wish everyone of the ibs users ...

help with portalcfg.xml

deployment issue path to portalcfg.xml

error when installing portal

skinnable ibs/dnn ready, based on davids posted sample only with a lot of things added and fully adminnable

question regarding authenticationredirect()

milestone db missing

ibuyspy portal: c# code for document management modul

copy module data to other modules

cannot install asp.net portal (vbsdk) on win2k domain controller

security loop holes

furom and portal question

moving portal to isp

portal security bug

xml web service

portal configuration file

recompile portal help

sql connection

stuck on installation - please help

new site - ibuyspy portal and asp.net forums

can i use mysql or access

help! after "formsauthentication.setauthcookie();".how to get the login username from cookie?

install starter kit, no database found

   
  Privacy | Contact Us
All Times Are GMT