Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 20th, 2004, 02:57 AM
Authorized User
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Creating the Mailing Page without SMTP server

Hi,
I am creating an ASP Page that allows to send the mails. The problem is that I want to send the mails through the servers like (Yahoo,MSN,Hotmail) not by specifying the SMTP server.
So that when I open this page from any Windows PC having IIS & .Net Framework installed and connected to internet, I just have to write my message, sender mail id, Receiver mail id, Subject, any attachments I can do and click "Send". The mail should go through the Yahoo,MSN,Hotmail servers and not through SMTP server given by my ISP provider. Also the page should request for the Internet connection only when I click "Send".

Can ne body tell me how I can do that?
If you give the code for that it would be better
Thanks in advance.

Regards,
SANJAY KABRA
__________________
Sanjay Kabra
 
Old July 20th, 2004, 06:41 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

I guess its imposible cuz Yahoo, Hotmail or nay other companies wont let u to do it!!! Since u dont let me to use urs too!

I wonder why do u wanna do it?!

Always:),
Hovik Melkomian.
 
Old July 20th, 2004, 11:55 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You must send mail thru an accessible SMTP server. There isn't another way to do it. You either need to have the client enter a valid SMTP server address, or you need to have access to one that any client can reach (i.e. an SMTP server on the public internet). Keep in mind that a public SMTP server will most likely require some authentication for sending mail.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending EMail thru SMTP server in C# - Most of the peri C# 1 December 20th, 2004 09:33 PM
Please help me to connect smtp mail server ansar BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 December 7th, 2004 03:40 PM
connecting to the SMTP mail server ansar BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 November 16th, 2004 06:09 AM
Read from SMTP Server agus General .NET 2 May 13th, 2004 06:28 AM
SMTP not mailing...help! c_bananas .NET Web Services 5 November 17th, 2003 01:28 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.