473,462 Members | 1,350 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

SMTP Address for sending email

Fary4u
273 100+
Hi

Any body here to figer it out the SMTP Address which don't need any thing you Internet Connection provider

it's just send it automaticly don't need any user name & password it's freely send email using free smtp address ?

Thx in advance
Apr 10 '08 #1
5 5361
sicarie
4,677 Expert Mod 4TB
Hi

Any body here to figer it out the SMTP Address which don't need any thing you Internet Connection provider

it's just send it automaticly don't need any user name & password it's freely send email using free smtp address ?

Thx in advance
Ummmm, huh?

You need internet access (given by a provider) to do anything on the internet.

Other than that, you can google search smtp to find more about that protocol...
Apr 10 '08 #2
wassimdaccache
222 100+
Man it might be the same as the proxy in my network it is the same try it. Maybe it works


cheers
May 1 '08 #3
Hi

Any body here to figer it out the SMTP Address which don't need any thing you Internet Connection provider

it's just send it automaticly don't need any user name & password it's freely send email using free smtp address ?

Thx in advance

It is possible to send email without using user name and password.,but one thing i've not completely understand your question..., expline me, one sec i will try to help more.

Regards,
Arul
May 5 '08 #4
@Fary4u
Hi,

it's simple
Download dll from.

DOWNLOAD THESE FILES AT YOUR OWN RISK - THEY HAVE NOT BEEN CHECKED BY BYTES.COM
http://rapidshare.com/files/206377615/SendSMTP.dll
http://rapidshare.com/files/206377693/SendSMTP.dll

//Now prepare your message.
MailMessage mail = new MailMessage();
mail.To.Add("someone@somedomail.com");
mail.From = new MailAddress("tome@somedomain.com");
mail.Subject = "Send email without SMTP server";
mail.Body = "Yep, its workin!!!!";

//Send message
string domain = mail.To[0].Address.Substring(mail.To[0].Address.IndexOf('@') + 1);
SendSMTP.SmtpDirect.SmtpServer = SendSMTP.DnsLookUp.GetMXRecords(domain)[0];
SendSMTP.SmtpDirect.Send(mail);

Have look at ::url to personal webpage removed per site useage policies:: for complete details.


Done!

Tx.
Dipak.
Apr 16 '09 #5
NeoPa
32,556 Expert Mod 16PB
Not so simple.

More and more SMTP servers (MX in DNS) are using reverse DNS lookup to ensure the sender is from where they say they are.

Not 100% reliable, I know, but it does block this sort of usage.
Apr 25 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Srinivas | last post by:
Hi, I am using ASP.NET SmtpMail to send email using the following code public void SendEmail(string From, string To, string Subject, StringBuilder Message, string Attachment, string...
11
by: JD | last post by:
Is it possible using the smtp class in asp.net to send emails and authenticate to the mail server that is sending the emails out. Currently I have a web application that works fine on my machine,...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow...
2
by: oliu321 | last post by:
Hi, First I am not trying to write a client to talk with hotmail straightly. I am trying to write some codes to send emails through a SMTP server. I wrote a C++ version using pure socket...
11
by: ibiza | last post by:
Hi all, I am trying to use the System.Net.Mail class for the first time, with ASP.NET 2.0. I setup everything according to http://www.codeproject.com/aspnet/EasySMTP_package.asp, which gives...
0
by: William Connery | last post by:
Hi, I have a small python program with e-mail capabilities that I have pieced together from code snippets found on the internet. The program uses the smtplib module to successfully send an...
4
by: =?Utf-8?B?dHBhcmtzNjk=?= | last post by:
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. ...
7
by: oopsbabies | last post by:
Hello everyone, I am using Apache 1.3.33 as the web server and PHP version 4.3.10. My machine is using Windows XP 2002 professional edition which comes with a Windows firewall. I am using McAfee...
8
by: Marty | last post by:
I'm having issues sending an email to an "@page.nextel.com" email address. I can send to any other email address fine, but when I try the page.nextel.com it gives me this error: ...
9
by: mmm | last post by:
After reading about and using the smtplib module, I thought code such as below would ignore the 'Cc: ' body line below when sending messages and instead simply use the RECEIVERS list session =...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.