Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
39 views

Images not displaying in Gmail - Gmail adding stuff to my img src

We are generating emails in code, and attaching a logo for the company. We have tested it on several email hosts, but when gmail recieves these emails, the logo doesn't display. Upon further ...
Rabbi Kaii's user avatar
0 votes
0 answers
24 views

Why the MSO Outlook Desktop email client ignoring inline styling for color property?

Here's a piece of my code <tr><td colspan="3" style="font-weight: 600; font-size: 15px; padding-bottom: 17px;">[[STATUS]] - <span style="color: greenyellow !...
Roshan's user avatar
  • 1
0 votes
0 answers
59 views

Problem with sending file via socket in Base64

I'm currently working on a Mail Client that can send Emails in MIME format in C#, but I'm only allow to use Socket (System.Net.Sockets) for implementation. This is the Java server side used for this ...
Do Tan Ngoc Anh's user avatar
1 vote
1 answer
874 views

Microsoft.Graph send email with inline image not showing image inline but as attachment

Our application sends emails for confirmation etc. Previously, it used SMTP. We set up the mail with linked resources and it shows the images inline just fine. Now one client switched to Azure so I ...
Eric's user avatar
  • 115
0 votes
0 answers
143 views

POP3 server not Connect with client. Is there any way to Connect using c#?

While am trying connect, the client is not connecting, the password and username are correct. We have using this same code for a long and it's works. Is there any security update from Outlook. (POP3 ...
Nikhil M's user avatar
1 vote
0 answers
100 views

Pop3 Authentication Using Proxy

i keep getting authentication failed error after i provide proxy information to Pop3Client. Connection is fine but authentication part gives the following error: ProxySettings ProxySetting = new ...
Kaan Çağhan's user avatar
1 vote
2 answers
2k views

how to send email with image (as body of the email ) attached form the folder in SmtpClient() asp.net core MVC

I want to send email with image the image is the header of the email body how i attach the image to my body of the email the image is save in my pc local folder / project folder my code is using(var ...
bs180201421 MUHAMMAD SHADAB SK's user avatar
0 votes
0 answers
188 views

Get windows default mail client's smtp details in to C# code

I' am developing simple windows form application using C#. in this case I need to send email using this application. And in this time I already configured Mozilla Thunderbird as default mail client. ...
Neo Biz 's user avatar
0 votes
0 answers
1k views

Local URL for image is not working in Gmail

Here is my image tag : string target = "http://localhost:8699/setup/getcompanysignature?companyId="+CompanyId; string image = "<img src='"+target+"'alt='LogoImage'title='...
Ali Hamza's user avatar
0 votes
0 answers
788 views

Inline CSS is not working in email html template

I am trying to send a custom email to the client. Here I added an anchor tag and styled it as a button but ts not working at all. string footer = "<div>"; string ...
Ali Hamza's user avatar
0 votes
1 answer
236 views

Send email using the installed mail client in .Net

How can I send an email without attachments using the default email client installed on Windows 10/8/7? I tried the following code, but it just opens a blank page in the Chrome browser. var url = &...
Vahid's user avatar
  • 5,364
0 votes
0 answers
112 views

How to open email client as MailItem in Windows service

I am looking for a way to handle opening the default mail client's mail item populated with content(Attachments) using windows service. Considering the below ways I've tried: Outlook Interop: does ...
NULL's user avatar
  • 1
0 votes
1 answer
631 views

how to setup multiple SMTP email servers primary & backup in C#

I am trying to develop a email client. which sends email to the given recipients using System.Net; using System.Net.Mail; MailMessage msg; SmtpClient client; SMTPURL=abc.xyz SMTPPort=87 client = ...
Manoj Kalluri's user avatar
0 votes
1 answer
434 views

Download the images on Email Client by default

I have noticed one thing whenever user opens any email, by default the email client blocks downloading of images related to that email message. I want to know if there is any way that we can achieve ...
Joy Fernandes's user avatar
0 votes
0 answers
367 views

C# sent email is not shown perfectly in Outlook Desktop Client

I am sending an email with WCF service in C#. Code for sending email is like this- MailMessage message = new MailMessage { Subject = BuildStringFromTemplate(subject, notificationEmail.Values), ...
Shopner Jhuri's user avatar

15 30 50 per page