Tagged Questions

0
votes
3answers
97 views

Sending Email through .NET code

Hi, I'm unable to send an email to yahoo server as my code is throwing exception as 'Failure Sending mail' in C# 2008. Please provide SMTP HostName, PortName for yahoo server and g …
0
votes
2answers
32 views

parsing response end with extended SMTP (ESMTP)

To use an example response from google when sent "EHLO": 250-mx.google.com at your service, [66.501.941.15] 250-SIZE 35651584 250-8BITMIME 250-AUTH LOGIN PLAIN 250-ENHANCEDSTATUSC …
2
votes
3answers
71 views

smtp: why does email needs envelope and what does the envelope mean

What is the exact difference between the envelope and the email in smtp? Why does the protocol need the envelope? In snail mail, the letter needs not contain addresses and is not …
0
votes
2answers
31 views

UNIX: Send Mail using SMTP Server

Hi All, I would like to send an email through a remote SMTP server. How can this be done? I will be sending the email from a bash shell script. I'm using a unix machine. uname - …
0
votes
1answer
17 views

ASP.NET MVC Web Config Email Settings

I'm trying to include some SMTP settings in my ASP.NET MVC project by adding the following to my Web.Config file: <system.net> <mailSettings> <smtp> …
0
votes
1answer
23 views

ActionMailer and Exchange

Hello Community, I successfully send Mails via SMTP using my Rails App and my Postfix Server. Now I need to move to an Exchange: Microsoft ESMTP MAIL Service, Version: 6.0.3790.3 …
-4
votes
2answers
102 views

HOW to use OpenSSL in C to send email (via gmail) using SMPTS (TLS)

Writing in C/C++ (not COM C#) As a follow on from these questions: http://www.developerweb.net/forum/showthread.php?t=3477 http://stackoverflow.com/questions/440762/openssl-comma …
0
votes
3answers
37 views

Any point in validating SMTP addresses with a regex?

I have an app where users can send emails to other users by selecting names from a list. There's also a textbox where they can freely enter a list of email addresses to Cc. Current …
0
votes
1answer
22 views

What is the encoding of an .eml file from IIS’s SMTP server?

I need to write a program that read the .eml files from IIS's mail drop box, but I can't find a definitive source that tells me the encoding of the .eml files. Is there a specifica …
3
votes
7answers
114 views

How should a Java program handle an external mail server being down?

I have a constantly-running Java program that needs to send an email whenever it encounters a problem. However it is possible that the mail server it uses could be down at the time …
0
votes
0answers
15 views

postfix relay failover

Is there a way to configure postfix to use a relay only if direct delivery is rejected? The case being a web application that has to send notification to subscribers, but some serv …
0
votes
0answers
13 views

IIS SMTP Server

I am trying to set up an SMTP server on a virtual private server. I have typically hosted applications with hosting companies in the past. I am using SMPT on a website to send mai …
0
votes
1answer
66 views

C# SMTP Socket issues

I am writing an application which tests email addresses, for one part of this I need to send a small amount of data to an email address to validate it completely, I am currently us …
0
votes
0answers
19 views

rails action mailer problem…

My application mailer works fine in development on my own machine but on the server it doesn't work the way I want. I know the server is perfectly capable of relaying the emails r …
0
votes
0answers
13 views

Transport errors due to class location? (SMTP)

ASP.NET 2.0 internal (intranet) web app using Integrated Auth + Impersonation. Developed on dev server (where classes reside) and published to production intranet server. Please be …

1 2 3 4 5 26 next
15 30 50 per page