Click here to Skip to main content
15,914,379 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSMPT Pin
rajmani28-Jul-06 20:39
rajmani28-Jul-06 20:39 
AnswerRe: SMPT Pin
Guffa28-Jul-06 22:28
Guffa28-Jul-06 22:28 
GeneralRe: SMTP Pin
rajmani28-Jul-06 23:12
rajmani28-Jul-06 23:12 
QuestionRe: SMTP Pin
rajmani28-Jul-06 23:25
rajmani28-Jul-06 23:25 
QuestionRe: SMTP Pin
enjoycrack29-Jul-06 5:52
enjoycrack29-Jul-06 5:52 
AnswerRe: SMTP Pin
rajmani29-Jul-06 6:21
rajmani29-Jul-06 6:21 
GeneralRe: SMTP Pin
enjoycrack29-Jul-06 6:27
enjoycrack29-Jul-06 6:27 
GeneralRe: SMTP Pin
rajmani29-Jul-06 6:56
rajmani29-Jul-06 6:56 
Hi,

Below is the code. Its working fine in Localhost, but once uploaded its not functioning.

Plz, go thru and let know

Thanx.

Dim emailmsg As New MailMessage
emailmsg.To = Trim(ds.Tables(0).Rows(0).Item("emailID"))
emailmsg.From = "Admin"
emailmsg.Subject = " Password Reminder"
emailmsg.BodyFormat = MailFormat.Html
emailmsg.Body = emailmsg.Body & "Here are your account details:
"
emailmsg.Body = emailmsg.Body & "Login Name: " & Trim(txtlogin.Text) & "
"
emailmsg.Body = emailmsg.Body & "Password: " & ds.Tables(0).Rows(0).Item("password") & "
"
emailmsg.Body = emailmsg.Body & "This email is for your informational purposes only. Please do not reply to this email
"
emailmsg.Body = emailmsg.Body & "
Thank you"
SmtpMail.SmtpServer = "64.xxx.xxx.xxx"
ds.Dispose()
da.Dispose()
SmtpMail.Send(emailmsg)
GeneralRe: SMTP Pin
Guffa29-Jul-06 8:12
Guffa29-Jul-06 8:12 
GeneralRe: SMTP Pin
enjoycrack29-Jul-06 22:44
enjoycrack29-Jul-06 22:44 
Questionscrolling menus Pin
venkatasivaramaprasad28-Jul-06 0:48
venkatasivaramaprasad28-Jul-06 0:48 
AnswerRe: scrolling menus Pin
Hy Chanhan28-Jul-06 0:57
professionalHy Chanhan28-Jul-06 0:57 
GeneralRe: scrolling menus Pin
venkatasivaramaprasad28-Jul-06 1:11
venkatasivaramaprasad28-Jul-06 1:11 
GeneralRe: scrolling menus Pin
venkatasivaramaprasad28-Jul-06 1:13
venkatasivaramaprasad28-Jul-06 1:13 
QuestionConvert binary data to comma delimited text file Pin
VK-Cadec27-Jul-06 1:59
VK-Cadec27-Jul-06 1:59 
GeneralRe: Convert binary data to comma delimited text file Pin
Guffa27-Jul-06 7:25
Guffa27-Jul-06 7:25 
GeneralRe: Convert binary data to comma delimited text file Pin
VK-Cadec27-Jul-06 9:33
VK-Cadec27-Jul-06 9:33 
GeneralRe: Convert binary data to comma delimited text file [modified] Pin
Guffa27-Jul-06 23:07
Guffa27-Jul-06 23:07 
AnswerRe: Convert binary data to comma delimited text file Pin
led mike27-Jul-06 9:43
led mike27-Jul-06 9:43 
QuestionHow i know when user Pay money with PayPal account on my webpage? Pin
Hy Chanhan26-Jul-06 23:26
professionalHy Chanhan26-Jul-06 23:26 
AnswerRe: How i know when user Pay money with PayPal account on my webpage? Pin
User 171649227-Jul-06 4:37
professionalUser 171649227-Jul-06 4:37 
AnswerRe: How i know when user Pay money with PayPal account on my webpage? Pin
Ted Ferenc28-Jul-06 21:41
Ted Ferenc28-Jul-06 21:41 
Questionmail sending problem in asp Pin
Baljit Singh Grewal26-Jul-06 19:45
Baljit Singh Grewal26-Jul-06 19:45 
AnswerRe: mail sending problem in asp Pin
VK-Cadec27-Jul-06 9:40
VK-Cadec27-Jul-06 9:40 
GeneralRe: mail sending problem in asp Pin
Baljit Singh Grewal27-Jul-06 17:23
Baljit Singh Grewal27-Jul-06 17:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.