473,385 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Sending Email

Ant
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send
mail, however it's not sending any emails.

I'm using it on a Windows 2003 server.

The simplest way to use this is
smtpMail.Send("fr**@here.com", to@there.com, "Message subject", "Message
Body")

I'm sending it to my own email address on a different server using a dummy
'from' email.

Does anybody have any experience with this. It sems simple enough...
Much thanks in advance
Ant
Nov 29 '05 #1
3 3583
Hi,

Did you set the SMTP server properly? And does that server allow
relaying for your other address?

Also, when you mean it is not sending emails, do you mean it throws an
exception, or it executes ok, but no email is sent?

-Lenard


Ant wrote:
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send
mail, however it's not sending any emails.

I'm using it on a Windows 2003 server.

The simplest way to use this is
smtpMail.Send("fr**@here.com", to@there.com, "Message subject", "Message
Body")

I'm sending it to my own email address on a different server using a dummy
'from' email.

Does anybody have any experience with this. It sems simple enough...
Much thanks in advance
Ant

Nov 29 '05 #2
Ant
Hi Lenard,
No exceptions occur, just nothing comes into my email box. I now suspect
that it is being filtered by the corporate spam filter as I tried sending
another message via a 'real' email service & again I got nothing.

I am interested in your question:
Did you set the SMTP server properly? And does that server allow
relaying for your other address?
I didn't set this dev box up so are you suggesting that the server may be
incapable of sending emails? If so, are the settings in smpt IIS?

Thanks for your help
Ant
"Lenard Gunda" wrote:
Hi,

Did you set the SMTP server properly? And does that server allow
relaying for your other address?

Also, when you mean it is not sending emails, do you mean it throws an
exception, or it executes ok, but no email is sent?

-Lenard


Ant wrote:
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send
mail, however it's not sending any emails.

I'm using it on a Windows 2003 server.

The simplest way to use this is
smtpMail.Send("fr**@here.com", to@there.com, "Message subject", "Message
Body")

I'm sending it to my own email address on a different server using a dummy
'from' email.

Does anybody have any experience with this. It sems simple enough...
Much thanks in advance
Ant

Nov 29 '05 #3
Hi,

I meant did you use SmtpMail.SmtpServer to specify which SMTP server you
want to use for mailing?

And the other question was directed at, if you know that this server
will let you relay mail for other addresses? Corporate email servers
often deny relaying, so you would not be able to use any address in the
to/from fields.

For testing applications that mail something I found the best way to be
installing the IIS SMTP server component locally (it is present in XP
and Server versions of Windows). Then you can allow yourself all rights
(localhost), and you can set it to send your mails directly (no
smarthost). This way (theoretically) no spam filter will catch it (at
least on the inside) and it will relay wherever you want to relay.

-Lenard

Ant wrote:
Hi Lenard,
No exceptions occur, just nothing comes into my email box. I now suspect
that it is being filtered by the corporate spam filter as I tried sending
another message via a 'real' email service & again I got nothing.

I am interested in your question:

Did you set the SMTP server properly? And does that server allow
relaying for your other address?

I didn't set this dev box up so are you suggesting that the server may be
incapable of sending emails? If so, are the settings in smpt IIS?

Thanks for your help
Ant
"Lenard Gunda" wrote:

Hi,

Did you set the SMTP server properly? And does that server allow
relaying for your other address?

Also, when you mean it is not sending emails, do you mean it throws an
exception, or it executes ok, but no email is sent?

-Lenard


Ant wrote:
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send
mail, however it's not sending any emails.

I'm using it on a Windows 2003 server.

The simplest way to use this is
smtpMail.Send("fr**@here.com", to@there.com, "Message subject", "Message
Body")

I'm sending it to my own email address on a different server using a dummy
'from' email.

Does anybody have any experience with this. It sems simple enough...
Much thanks in advance
Ant

Nov 29 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Paul Lamonby | last post by:
Hi, I am sending a file from the server as an email attachment. The file is being attached no problem and sending the email, but I get an error when I try to open it saying it is corrupt....
0
by: praba kar | last post by:
Dear All, I have doubt regarding mail sending smtplib module. The below code is I used to send a mail. ########################################## import email.Message import email.Utils...
3
by: VB Programmer | last post by:
I have an ASPX page where I send out emails through my mail server mail.MyDomain.com. When I send emails to MyName@MyDomain.com it sends PERFECTLY. When I try sending an email to any other address...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
2
by: =?Utf-8?B?QWRl?= | last post by:
HI All, I am encountering the following error when I try to send an email through a SMTP server. I believe the problem lies with the authentication part when the network crednetials are used,...
9
by: JoeP | last post by:
Hi All, How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody Dim oSMTP As New SmtpClient...
7
by: bleachie | last post by:
Hey, I just need some help, my form seems to not send me all of the 'guestNames' and 'guestEmails' forms. i use this function to add more guestnames and guestemail fields based on the number of...
10
by: Markgoldin | last post by:
I am sending an XML data from not dontnet process to a .Net via socket listener. Here is a data sample: <VFPData> <serverdata> <coderun>updateFloor</coderun> <area>MD2</area>...
31
by: happyse27 | last post by:
Hi All, I am trying for weeks how to send email from windows pc, which from my gmail account to my hotmail account. Using net::smtp module sending email failed,Kindly assist. (for the item d it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.