Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > send email? only with smtp and/or exchange?

Reply
Thread Tools

send email? only with smtp and/or exchange?

 
 
=?Utf-8?B?cGF0cmlja2RyZA==?=
Guest
Posts: n/a
 
      03-15-2007
Hi guys!

I'm looking for a way to send an email from the server to the user
(like a newsletter).

How can I do this?

Does anyone know of a sample code link or something like that?

Do I need smtp and or ms exchange or there is a way to send using any 'from'
name
(like in php)?

Thanks in advance!
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      03-15-2007
You need SMTP. Look at System.Mail


"patrickdrd" <> wrote in message
news:73AC19EB-9D49-4A20-9CCC-...
> Hi guys!
>
> I'm looking for a way to send an email from the server to the user
> (like a newsletter).
>
> How can I do this?
>
> Does anyone know of a sample code link or something like that?
>
> Do I need smtp and or ms exchange or there is a way to send using any
> 'from'
> name
> (like in php)?
>
> Thanks in advance!



 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      03-15-2007
"Scott M." <s-> wrote in message
news:...

> You need SMTP. Look at System.Mail


System.Mail doesn't exist...

Look at System.Net.Mail, or System.Web.Mail for earlier versions...

http://www.systemnetmail.com/
http://www.systemwebmail.com/


 
Reply With Quote
 
=?Utf-8?B?cGF0cmlja2RyZA==?=
Guest
Posts: n/a
 
      03-15-2007
1) in php I think it can be done without smtp...
can't I do without?

2) any sample code?

"Scott M." wrote:

> You need SMTP. Look at System.Mail
>
>
> "patrickdrd" <> wrote in message
> news:73AC19EB-9D49-4A20-9CCC-...
> > Hi guys!
> >
> > I'm looking for a way to send an email from the server to the user
> > (like a newsletter).
> >
> > How can I do this?
> >
> > Does anyone know of a sample code link or something like that?
> >
> > Do I need smtp and or ms exchange or there is a way to send using any
> > 'from'
> > name
> > (like in php)?
> >
> > Thanks in advance!

>
>
>

 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      03-15-2007
Yeah, that's the ticket!


"Mark Rae" <> wrote in message
news:%...
> "Scott M." <s-> wrote in message
> news:...
>
>> You need SMTP. Look at System.Mail

>
> System.Mail doesn't exist...
>
> Look at System.Net.Mail, or System.Web.Mail for earlier versions...
>
> http://www.systemnetmail.com/
> http://www.systemwebmail.com/
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      03-15-2007
You'll always need a mail server and even though I'm not familiar with PHP,
I can't imagine how it could send mail without it.


"patrickdrd" <> wrote in message
news:00428CCC-E260-4E69-9CFE-...
> 1) in php I think it can be done without smtp...
> can't I do without?
>
> 2) any sample code?
>
> "Scott M." wrote:
>
>> You need SMTP. Look at System.Mail
>>
>>
>> "patrickdrd" <> wrote in message
>> news:73AC19EB-9D49-4A20-9CCC-...
>> > Hi guys!
>> >
>> > I'm looking for a way to send an email from the server to the user
>> > (like a newsletter).
>> >
>> > How can I do this?
>> >
>> > Does anyone know of a sample code link or something like that?
>> >
>> > Do I need smtp and or ms exchange or there is a way to send using any
>> > 'from'
>> > name
>> > (like in php)?
>> >
>> > Thanks in advance!

>>
>>
>>



 
Reply With Quote
 
Ravindu Denawaka
Guest
Posts: n/a
 
      05-03-2007
Yeap Scott M ! As far as I knw you can not send emails with out a SMTP
 
Reply With Quote
 
Michael White
Guest
Posts: n/a
 
      07-12-2007
PHP uses the underlining smtp server of the system that it installed on.
Use PHP Info to find out what your server is set up with.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Socket send functions only allow you to send strings? Ryan Parmeter Ruby 4 09-05-2007 03:29 AM
Sending SMTP mail when SMTP server is unavailable matthewjbarr@gmail.com Java 3 01-24-2006 06:53 PM
smtplib.SMTP "no attributes SMTP" Copelandia Cyanescens Python 2 07-31-2004 07:24 PM
sending of mail (smtp) - connection refused - but smtp server isrunning! Alex Hunsley Python 4 06-29-2004 04:30 PM
RE: sending of mail (smtp) - connection refused - but smtp serveris running! Raaijmakers, Vincent \(GE Infrastructure\) Python 0 06-29-2004 02:38 PM



Advertisments