Problem with CDONTS sending mail to Lotus and MS Exchange.

Problem with CDONTS sending mail to Lotus and MS Exchange.

am 08.02.2007 20:35:35 von pav

Hi,

I am developing a small Intranet web application which needs to send
mails to our coporate Ids.

I am using CDONTS, But my mails never leave Que folder. Not able to
find out what the problem is . please help

1) I am very new to SMTP configiration on my own Windows XP PC. How
do I configure to send mails. We Use Lotus Notes as our mail. Please
help. On my machine, I have only Lotus notes. I do not have Out look.
me with some documents with this subject.
Still some guys in our company use Exchange. So my ASP should be able
to send mail to both.
2) I am sure there is nothing wrong with my code. Suggest me if there
is something wrong with this.
Set mail =
Server.CreateObject("CDONTS.NewMail")
mail.From = "pnalago...@csc.com"
mail.To = "pnalago...@csc.com"
mail.Subject = "Test"
mail.Body = "This is a New test1"
mail.Send
'response.write(mail)
set mail=Nothing

Please help

Re: Problem with CDONTS sending mail to Lotus and MS Exchange.

am 09.02.2007 16:03:17 von Slim

Here you go

http://classicasp.aspfaq.com/email/how-do-i-send-e-mail-with -cdo.html



"Pav" wrote in message
news:1170963335.009727.271080@s48g2000cws.googlegroups.com.. .
> Hi,
>
> I am developing a small Intranet web application which needs to send
> mails to our coporate Ids.
>
> I am using CDONTS, But my mails never leave Que folder. Not able to
> find out what the problem is . please help
>
> 1) I am very new to SMTP configiration on my own Windows XP PC. How
> do I configure to send mails. We Use Lotus Notes as our mail. Please
> help. On my machine, I have only Lotus notes. I do not have Out look.
> me with some documents with this subject.
> Still some guys in our company use Exchange. So my ASP should be able
> to send mail to both.
> 2) I am sure there is nothing wrong with my code. Suggest me if there
> is something wrong with this.
> Set mail =
> Server.CreateObject("CDONTS.NewMail")
> mail.From = "pnalago...@csc.com"
> mail.To = "pnalago...@csc.com"
> mail.Subject = "Test"
> mail.Body = "This is a New test1"
> mail.Send
> 'response.write(mail)
> set mail=Nothing

> Please help
>

Re: Problem with CDONTS sending mail to Lotus and MS Exchange.

am 09.02.2007 19:55:25 von pav

On Feb 9, 8:03 pm, "ThatsIT.com.au" wrote:
> Here you go
>
> http://classicasp.aspfaq.com/email/how-do-i-send-e-mail-with -cdo.html
>
> "Pav" wrote in message
>
> news:1170963335.009727.271080@s48g2000cws.googlegroups.com.. .
>
>
>
> > Hi,
>
> > I am developing a small Intranet web application which needs to send
> > mails to our coporate Ids.
>
> > I am using CDONTS, But my mails never leave Que folder. Not able to
> > find out what the problem is . please help
>
> > 1) I am very new to SMTP configiration on my own Windows XP PC. How
> > do I configure to send mails. We Use Lotus Notes as our mail. Please
> > help. On my machine, I have only Lotus notes. I do not have Out look.
> > me with some documents with this subject.
> > Still some guys in our company use Exchange. So my ASP should be able
> > to send mail to both.
> > 2) I am sure there is nothing wrong with my code. Suggest me if there
> > is something wrong with this.
> > Set mail =
> > Server.CreateObject("CDONTS.NewMail")
> > mail.From = "pnalago...@csc.com"
> > mail.To = "pnalago...@csc.com"
> > mail.Subject = "Test"
> > mail.Body = "This is a New test1"
> > mail.Send
> > 'response.write(mail)
> > set mail=Nothing

> > Please help- Hide quoted text -
>
> - Show quoted text -

Hi, Thanks for the response. I tried this. This is not working.

I think some problem with the SMTP Setting on my Windows XP Machine.
BTW, Whats the name of the emial server I need to use. Would it be my
local system name or the remore Lotus Notes server name. Please help.

Re: Problem with CDONTS sending mail to Lotus and MS Exchange.

am 10.02.2007 03:52:47 von Slim

"Pav" wrote in message
news:1171047325.365713.162180@h3g2000cwc.googlegroups.com...
> On Feb 9, 8:03 pm, "ThatsIT.com.au" wrote:
>> Here you go
>>
>> http://classicasp.aspfaq.com/email/how-do-i-send-e-mail-with -cdo.html
>>
>> "Pav" wrote in message
>>
>> news:1170963335.009727.271080@s48g2000cws.googlegroups.com.. .
>>
>>
>>
>> > Hi,
>>
>> > I am developing a small Intranet web application which needs to send
>> > mails to our coporate Ids.
>>
>> > I am using CDONTS, But my mails never leave Que folder. Not able to
>> > find out what the problem is . please help
>>
>> > 1) I am very new to SMTP configiration on my own Windows XP PC. How
>> > do I configure to send mails. We Use Lotus Notes as our mail. Please
>> > help. On my machine, I have only Lotus notes. I do not have Out look.
>> > me with some documents with this subject.
>> > Still some guys in our company use Exchange. So my ASP should be able
>> > to send mail to both.
>> > 2) I am sure there is nothing wrong with my code. Suggest me if there
>> > is something wrong with this.
>> > Set mail =
>> > Server.CreateObject("CDONTS.NewMail")
>> > mail.From = "pnalago...@csc.com"
>> > mail.To = "pnalago...@csc.com"
>> > mail.Subject = "Test"
>> > mail.Body = "This is a New test1"
>> > mail.Send
>> > 'response.write(mail)
>> > set mail=Nothing

>> > Please help- Hide quoted text -
>>
>> - Show quoted text -
>
> Hi, Thanks for the response. I tried this. This is not working.
>
> I think some problem with the SMTP Setting on my Windows XP Machine.
> BTW, Whats the name of the emial server I need to use. Would it be my
> local system name or the remore Lotus Notes server name. Please help.
>

i no nothing about lotus notes.

there is a diference if you have Exchage on your macine, but since you are
using XP that is not the case.

You can either send via the pickup folder or via the SMTP server.

here is a example of both
http://dev.thatsit.net.au/samples/wsh/thatsit/messaging/send emailWithDelveryReceipt.asp
http://support.microsoft.com/kb/286430