Ask a Question related to ASP.NET Security, Design and Development.
-
Greg Smith #1
What port does email send on?
I have been using web.mail to send messages behind the scenes (actually in
my Windows based apps). Since people have been adding various security and
firewall tools some of them have blocked the background email traffic.
What port is used for sending the email?
Is there anything in particular I should look for on a persons machine as a
potential cause of the problem?
Any help is greatly appreciated.
Greg Smith Guest
-
Send email from FMS?
Is it possible to send an email from FMS? If not, how would I go about creating a connection from FMS to a http server running PHP? Just use... -
Group email doesn't send because of bad email
Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,... -
send email
I am trying to build an intranet portal using asp. In this application I have a subsscribe button using which user can can subscribe. I wanted to to... -
CDO doesn't send email
Hi, I'm using CDO object to send email but it doesn't send any email and it does not give an error. My code look like this: Dim iMsg2 Dim... -
can not send through port 25
I am unable to send email using any email software (recieving is OK)..... I am also unable to connect via telnet to smtp mail servers using port... -
Paul Glavich [MVP ASP.NET] #2
Re: What port does email send on?
Well, I hate to say it but a quick google search would answer this for you.
I believe SMTP default port is 25 though.
--
- Paul Glavich
ASP.NET MVP
ASPInsider ([url]www.aspinsiders.com[/url])
"Greg Smith" <gjs@umn.edu> wrote in message
news:d0sinv$ja5$1@lenny.tc.umn.edu...and> I have been using web.mail to send messages behind the scenes (actually in
> my Windows based apps). Since people have been adding various securitya> firewall tools some of them have blocked the background email traffic.
>
> What port is used for sending the email?
>
> Is there anything in particular I should look for on a persons machine as> potential cause of the problem?
>
>
>
> Any help is greatly appreciated.
>
>
Paul Glavich [MVP ASP.NET] Guest



Reply With Quote

