473,670 Members | 2,527 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SMTP Address for sending email

Fary4u
273 Contributor
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 5369
sicarie
4,677 Recognized Expert Moderator Specialist
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 New Member
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
Arulmurugan
90 New Member
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
dvgoswami
2 New Member
@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(&qu ot;someone@some domail.com&quot ;);
mail.From = new MailAddress(&qu ot;tome@somedom ain.com");
mail.Subject = "Send email without SMTP server";
mail.Body = "Yep, its workin!!!!&quot ;;

//Send message
string domain = mail.To[0].Address.Substr ing(mail.To[0].Address.IndexO f('@') + 1);
SendSMTP.SmtpDi rect.SmtpServer = SendSMTP.DnsLoo kUp.GetMXRecord s(domain)[0];
SendSMTP.SmtpDi rect.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,569 Recognized Expert Moderator MVP
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
1548
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 mailFormat) { MailMessage mailMessage = new MailMessage (); mailMessage.From = From; mailMessage.To = To;
11
2018
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, will send email to both my company email addresses and to non-company email addresses. However, as soon as I move the app into the production server it does not send email to non company email addresses. What I mean by company is our domain...
34
18226
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 "127.0.0.1". 4. Authentication: "Anonymous access" only. 5. Outbound connection listen to TCP 25. Besides,
2
3609
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 programming and SMTP protocol, a VB version using CDO and a C# version using System.Net.Mail. Now all of them works great with any email account but hotmail. So here is the C# code:
11
2709
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 me a working environment for sending mails. I am sure the code is correct, there are no errors and everything seems
0
362
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 e-mail with an attachment. I want to give users an indication of the percentage of the e-mail that has already been sent so as to avoid frustration when dealing with large
4
7675
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. But sometimes even when I'm just sending one e-mail the web page takes a minutes or so to post. Can anyone tell me why it is so slow, or how to fix the problem? To address this I am thinking of just creating a queue table to write the emails...
7
7730
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 free edition for anti-virus. I use an ISP provider from my country and according to them I do not need to perform authentication while sending mails through their SMTP address. Thus I am using external SMTP server. I don't have IIS installed...
8
3804
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: Final-Recipient: XXXXXXX@page.nextel.com Diagnostic-Code: smtp; 554 message body contains illegal bare CR/LF characters. Action: failed Status: 5.0.0
9
3276
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 = smtplib.SMTP(SMTPserver,port) session.set_debuglevel(1) session.ehlo(SMTPuser) # say hello session.starttls() # TLS needed session.ehlo(SMTPuser) # say hello again session.login(SMTPuser, pw)
0
8466
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8384
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
8810
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
8659
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5683
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
4208
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
4387
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2035
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1790
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.