473,950 Members | 1,875 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Prechecking address validity for SmptMail.Send

All--

SmptMail.Send will failover whenever the from address has a
non-existent TLD. Is there any way to check for this before I actually
call. Send?

TIA

--Jekke
Brain for hire. E-mail at jekke-at-insidejoke-dot-tv
Nov 20 '05 #1
4 1224
Are you saying that it checks for a Top Level Domain at the point of send ?,
I didnt know it did this ?

Regards OHM

Jekke, Just Jekke wrote:
All--

SmptMail.Send will failover whenever the from address has a
non-existent TLD. Is there any way to check for this before I actually
call. Send?

TIA

--Jekke
Brain for hire. E-mail at jekke-at-insidejoke-dot-tv

Nov 20 '05 #2
Are you saying that it checks for a Top Level Domain at the point of send ?,
I didnt know it did this ?

Regards OHM

Jekke, Just Jekke wrote:
All--

SmptMail.Send will failover whenever the from address has a
non-existent TLD. Is there any way to check for this before I actually
call. Send?

TIA

--Jekke
Brain for hire. E-mail at jekke-at-insidejoke-dot-tv

Nov 20 '05 #3
* "Jekke, Just Jekke" <je***@REMOVEAL Linsidejoke.tvC APS> scripsit:
SmptMail.Send will failover whenever the from address has a
non-existent TLD. Is there any way to check for this before I actually
call. Send?


I don't see any advantages in doing that. You can try to ping the
machine or something like that...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
* "Jekke, Just Jekke" <je***@REMOVEAL Linsidejoke.tvC APS> scripsit:
SmptMail.Send will failover whenever the from address has a
non-existent TLD. Is there any way to check for this before I actually
call. Send?


I don't see any advantages in doing that. You can try to ping the
machine or something like that...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #5

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

Similar topics

25
6552
by: Dynamo | last post by:
Hi The following script was taken from John Coggeshall's (PHP consultant) in his article on Zends site at http://www.zend.com/zend/spotlight/ev12apr.php // Get the email address to validate $email = $_POST // Use John Coggeshalls script to validate the email address if(!eregi("^+(\.+)*@+(\.+)*(\.{2,3})$", $email) { echo "The e-mail was not valid";
4
5306
by: vishal | last post by:
how can i verify the email address entered by client??? is there any readily available function for that in php or mysql????? else suggest me some links for verifying email address enetered by client. thxs for help in advance.
1
1881
by: K0 | last post by:
Hi all! I have a small app that opens a port on one of its IP Addresses. The address comes from DB Table. The problem is, if the address is incorrect, when i pass it to a TcpListener a socketexception is raised (IP Address not valid in context...). Is there a way for me to check the validity of the IP Address BEFORE actually trying to open the listener?
2
2861
by: ArunPrakash | last post by:
Hi All, I have a case where i need to validate if the email address is valid before i send a mail. for this there are 2 parts.. * check the format of mail address - this is done * check the validity of the domain - for this do i need to connect to domain name( example yahoo.com , port 25 )using TCP/Ip to the server and then check to see if i receive correct responses. I am confused by the use of SmtpServer in System.Web.Mail.. what is...
0
262
by: Jekke, Just Jekke | last post by:
All-- SmptMail.Send will failover whenever the from address has a non-existent TLD. Is there any way to check for this before I actually call. Send? TIA --Jekke Brain for hire. E-mail at jekke-at-insidejoke-dot-tv
14
9160
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my local default SMTP Server and my from address is a valid Yahoo/Hotmail address. I have configures the local SMTP Server to allow the IP Address 127.0.0.1.
9
1656
by: Andy Dingley | last post by:
Here's a chunk of a longer piece of punditry I'm working on, re: the choices between doctypes for authoring and the State of the Union for validity. I've got a bucketload of nasty code and a bunch of developers who need education on validation, validity and all the usual good stuff. In particular it's a problem of triage on the legacy code: what's correctable now, what's going to need serious work, what's going to be a total re-write. ...
9
2991
by: xhe | last post by:
Hi, I need to program to check the validity of IP address through PHP Initially I used this one: $url="http://www.ntc.gov.au/ViewPage.aspx? page=A02400304500100020"; $fp=fopen($url,"r"); if(!$fp) {
5
3253
by: Mufasa | last post by:
I've seen web sites that check to make sure an e-mail address is valid. How are they actually doing it? I'd like to integrate that into some code. TIA - Jeff.
0
9991
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11191
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9904
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
7442
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6231
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6352
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4959
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4549
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3557
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.