Ask a Question related to ASP.NET General, Design and Development.
-
Charles Rumbold #1
Re: SMTP virtual server on win xp??
Kevin,
Usual cause if SMTP does not allow relay. You have to specifically
enable this through the IIS console.
I send mail from an XP this way - it doesn't seem to make any
difference if DHCP or static addresses used.
BTW - you don't have to use the local SMTP server to send mail from an
ASP page, you can use any SMTP server you can relay through, for
example your company's mail server or ISP server like so:
SmtpMail.SmtpServer = "smtp.myisp.com";
SmtpMail.Send( mail );
HTH
Charles
"kevin" <kyu@nrcan.gc.ca> wrote in message
news:#q5BEdEWDHA.2224@TK2MSFTNGP10.phx.gbl...localhost? I try> what is the requirement for asp.net to send email throughtthe> to send mail from asp.net page, but got exception, then I found thatits ip, is> SMTP virtual server is not started and the xp box use DHCP to getis it> that the cause? theoretically it need a static ip to run smtp, but> possible to run it with dump ip like 192.168..?
>
> thanks
>
>
>
Charles Rumbold Guest
-
Can't connect to SMTP server
When I try to send cfmail from one of 3 CF Servers in a domain, I get the following exception. It is happening for all cfmail from this particular... -
could not connect to SMTP server from sql server using JMail, xp_smtp_sendmail or sp_send_cdosysmail
I am trying to send an email message from sql server using the JMail component from dimac.net. I was able to use the stored procudure sp_send_mail... -
remote SMTP server
Hi, I'm trying to setup PHP so it will use a remote SMTP server. I'm going to sound like a newbie but how? I know you need to alter php.ini, change... -
SMTP Server
hi, i got windows XP operating system ... i got problem with sending email... my SMTP is not able to send emails. its getting error like... -
Using SMTP through a proxy server
Mario542 <member17678@dbforums.com> wrote: You don't. More specifically, you can't talk SMTP over an HTTP proxy without encapsulating it. Once... -
neo ew #2
Re: SMTP virtual server on win xp??
Thanks Charles. it works now.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
neo ew Guest



Reply With Quote

