Current location: Hot Scripts Forums » Programming Languages » ASP » Email problem


Email problem

Reply
  #1 (permalink)  
Old 10-30-03, 02:09 AM
haichandra haichandra is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Email problem

Hai sir,
i used presist mail component in asp.
mail is going to bulk instead of inbox.
how to trace mail into inbox.
pls give a solution
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-31-03, 05:07 PM
manu_ASP manu_ASP is offline
New Member
 
Join Date: Oct 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by haichandra
Hai sir,
i used presist mail component in asp.
mail is going to bulk instead of inbox.
how to trace mail into inbox.
pls give a solution
The reason why is going to the bulk mail is because you are probably not providing enough information when filling your mail settings before sending the email. I have seen the mail going to Bulk when you omit the real name after the email address of the destination.

Post your code if you still have problems so people can help you faster.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 11-01-03, 02:15 AM
haichandra haichandra is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
email problem

Quote:
Originally Posted by manu_ASP
The reason why is going to the bulk mail is because you are probably not providing enough information when filling your mail settings before sending the email. I have seen the mail going to Bulk when you omit the real name after the email address of the destination.

Post your code if you still have problems so people can help you faster.
Hello sir,
I am delighted to your quick reply

after submit a form .(tellafriend.asp)
action goes to this page( sendmail.asp)

'-----code goes here----------

<%@ Language=VBScript %>

<%
yourname=Request.Form("txtYourName") 'form variable
'response.Write yourname
'id=Request.Form("txtID") 'form variable
tomail=Request.Form("txtToEmail") ' form variable
'response.Write tomail
yourFriendName=Request.Form("txtYourFriendName") ' form variable
'response.Write yourFriendName
friendemail2=Request.Form("FriendEmail2")
'response.Write friendemail2
friendemail3=Request.Form("FriendEmail3")
'response.write friendemail3
friendemail4=Request.Form("FriendEmail4")
'response.Write friendemail4


Dim FromName, FromEmail
Dim Subject, Message, Mail

FromEmail = "chandra@fusioninfoway.com"
Subject = " Mail from " & YourName

'----------begin message stuff --------------------

HTML = HTML & "<HTML>"
HTML = HTML & "<HEAD>"
HTML = HTML & "</HEAD>"

HTML = HTML & " <table width='75%' border='0'>"
HTML = HTML & " <tr>"

HTML = HTML & " </font> visit www.chandra.com
HTML = HTML & "</HTML>"
'--------------end message stuff-----------------

Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "mail.fusioninfoway.com"
Mail.Port=25
Mail.From = "chandra@fusioninfoway.com"
Mail.FromName = yourname

Mail.AddAddress (tomail)
mail.AddCC(friendEmail2)
mail.AddCC(friendEmail3)
mail.AddCC(friendEmail4)

Mail.Subject = Subject
Mail.IsHTML = True
Mail.Body = HTML
'Mail.Body = Message
Mail.Send

%>

thankyou
chandrashaker
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Preventing email form abuse LunarOrbit Perl 3 10-04-03 10:55 PM
How can I do a confirmation email for a database? ashur PHP 1 08-22-03 08:32 AM
How can I do a confirmation email for a database? ashur ASP 2 08-05-03 10:42 PM
Form to email script with unique ID # webworx Script Requests 0 07-24-03 03:55 AM
send email via local intranet superman PHP 3 06-29-03 01:20 PM


All times are GMT -5. The time now is 11:35 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.