If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Email sent but not receive

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-04, 03:51
Yutaka Yutaka is offline
Registered User
 
Join Date: Feb 2003
Posts: 20
Email sent but not receive

I have a question about ASP email.

The email code that I run, after it sent then I will see the message "mail sent.." but I didn't receive the mail.

Anyone know the problem?

Yutaka
Reply With Quote
  #2 (permalink)  
Old 11-08-04, 18:58
Yutaka Yutaka is offline
Registered User
 
Join Date: Feb 2003
Posts: 20
The mail type

Tha mail type that I use is SMTPsvg.Mailer

I include the upadate to database code and this mailer.

The code begins:

if condition1 then

update to database

send email code
if mail successfull sent then
response.write "success"
else
response.write "error"
end if
end if

The update to database is working, I see the message "success" and didn't receive the email

Thank you.
Reply With Quote
  #3 (permalink)  
Old 11-09-04, 13:24
Deadbeef Deadbeef is offline
Registered User
 
Join Date: Nov 2004
Posts: 5
The problem is most likely in the connection with the SMTP server.

There must be a simple sendmail example with SMTPsvg.
Use that to test if the connection sends the mail. I'll bet that's where the problem lies.

Deadbeef
Reply With Quote
  #4 (permalink)  
Old 11-09-04, 13:51
Deadbeef Deadbeef is offline
Registered User
 
Join Date: Nov 2004
Posts: 5
The problem is most likely in the connection with the SMTP server.

There must be a simple sendmail example with SMTPsvg.
Use that to test if the connection sends the mail. I'll bet that's where the problem lies.

Deadbeef
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On