Linked Questions

-2 votes
1 answer
1k views

I tried to send email via c# by following: try { MailMessage message = new MailMessage(); message.To.Add("[email protected]"); message.Subject = "...
ipid's user avatar
  • 251
0 votes
0 answers
211 views

So Ive been banging my head for days and trying as many solutions as I can find... All of which get me close, however in the end I run into the same road blocks. ( all of which I think are associated ...
Eric's user avatar
  • 9
1 vote
0 answers
201 views

It's like when I try to send email to customers, it comes forward and says there's a problem. The problem that it says is: Error: SmtpException: Mailbox unavailable. The server response was: ...
J. Petersen's user avatar
0 votes
1 answer
167 views

I had created the bootstrap contact form in a website. can anyone help me to write the code for mail function in C#,That yje user fill the form ,when the user clicks submit button,the details must ...
Ram.k's user avatar
  • 21
0 votes
0 answers
64 views

I keep getting this exception when trying to send a TextBox value to my email. This is the code I have so far and I have messed around with it a lot. I am not only getting this message but also I ...
Jennifer's user avatar
  • 210
971 votes
27 answers
680k views

Instead of relying on my host to send an email, I was thinking of sending the email messages using my Gmail account. The emails are personalized emails to the bands I play on my show. Is it possible ...
Mike Wills's user avatar
  • 21.3k
8 votes
2 answers
25k views

This may be very trivial for you but i just couldn't figure out why am i getting this error message when i run my code. I looked some of the relative questions on this same website for eg Sending ...
Sike12's user avatar
  • 1,272
4 votes
3 answers
13k views

I want to send simple email with no attachment using default email application. I know it can be done using Process.Start, but I cannot get it to work. Here is what I have so far: string mailto = ...
Robert J.'s user avatar
  • 2,721
0 votes
1 answer
14k views

I have tried setting SMTP configuration for my webmail. I have used following settings for configuration Username: [email protected] Password: Use the email account’s password. Incoming Server: ...
Veena Hosur's user avatar
0 votes
2 answers
3k views

I am building a bot using Microsoft Bot Framework (.NET) and I want a Contact dialog where the user writes the subject, the body of the email and the user he wants to send the email to. For example, ...
Marisa's user avatar
  • 1,203
-1 votes
4 answers
2k views

I am sending an email with some attachments and some basic information. So every thing is sending perfectly. But when ever i check my inbox mail not yet there, So i tried closing my application form. ...
Stacy Kebler's user avatar
1 vote
3 answers
5k views

I am sending colored text emails using smtp in c# but the content when i see in inbox it it showing as black colored text. How to send colored content using RichTextBox. RichTextBox is showing colored ...
Sai Venkat's user avatar
0 votes
2 answers
6k views

I'm using angularjs 1.4.8 in Visual Studio 2013. I want to send email to xxxx@ xxxx.com with message "Your registration completed" automatically after button has been clicked. How can I send email by ...
Suny Saju's user avatar
  • 175
0 votes
4 answers
2k views

is it possible to send via email the file or data of an application made using c#? i have a program which will have its data stored in sqlite database at appdata. so i need to back it up regularly (or ...
user3258603's user avatar
-1 votes
2 answers
2k views

I got this idea of making a mail sender. I tried to look for solutions but none really worked and they were badly explained or if it is even possible to do this? So i basically have this if else code ...
Insanebench420's user avatar

15 30 50 per page