Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old December 21st, 2003, 03:03 PM
huge81 huge81 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 8 huge81 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
beginner problem with smtp host and aspEmail

Hi, ive installed sucessfully the aspEmail component, but when i call it from ASP page, the email is sent, but ends up in badMail inetpub folder with message saying that receipent is not found... ive tried it with many different combinations of mail.from and mail.addaddress, none works, so i guess that the prblem is the smtp server... ill paste the asp script anyways...

<%@LANGUAGE="VBSCRIPT"%>
<%

Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "localhost"
Mail.From = "hugues@hy.cgocable.ca"
Mail.AddAddress "connard15@hotmail.com"
Mail.Subject = "Sales Receipt"
Mail.Body = "Dear John:" & chr(13) & chr(10) & "Thank you for your business. Here is your receipt."
Mail.Subject = "Thanks for ordering our hot cakes!"

On Error Resume Next
Mail.Send
If Err <> 0 Then
Response.Write "Error encountered: " & Err.Description
End If


%>
<html>
<head>
<title>LostPassword</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<h1>LostPassword page</h1>
<form method="post" action="loginPage.asp">
Email adress:
<input type="text" name="lp_email"><br>
<br>
<input type="submit" value="Send me my password">
</form>
</body>
</html>

thanks !

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > beginner problem with smtp host and aspEmail


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway