List Info

Thread: RE: Form problem




RE: Form problem
country flaguser name
United States
2007-05-08 08:09:51

Robert. I wanted to know (maybe you can help) how to set a reply-to field in
ASP, for when I want to reply to an e-mail inquiry it goes straight to the
sender.? Because as I have it now, the inquiries come from my e-mail address.
Thanks!

------ Original Message ------
Received: Tue, 08 May 2007 03:08:31 AM PDT
From: "Atkinson, Robert&quot; < ratkinson%40tbs-ltd.co.uk">ratkinsontbs-ltd.co.uk>
To: < 1stJavaScript%40yahoogroups.com">1stJavaScriptyahoogroups.com>;
Subject: RE: [1stJavaScript] Form problem

> Riyad, this question should really be posted on a ASP group
&gt; ( ASP-Support-Group%40yahoogroups.com">ASP-Support-Groupyahoogroups.com), but here is where I think the problem
is
> br> >
> MyMail.From = request.form("email")
>
> This means that the email will be sent from the user filling out the form,
&gt; but should be 'myEmail' instead.
>
> Rob.
>;
> -----Original Message-----
> From: 1stJavaScript%40yahoogroups.com">1stJavaScriptyahoogroups.com [mailto: 1stJavaScript%40yahoogroups.com">1stJavaScriptyahoogroups.com]
On
> Behalf Of Riyad Anabtawi
> Sent: 07 May 2007 23:41
&gt; To: 1stJavaScript%40yahoogroups.com">1stJavaScriptyahoogroups.com
> Subject: [1stJavaScript] Form problem
>
> I have a form in this page: http://ranabtawi.com/rates.shtml And I get this
>; error when I fill up my form Persits.MailSender.4 error '800a0006' 553
> < riyada%40usa.net">riyadausa.net >: Sender address rejected: not owned by user
>; riyada%40ranabtawi.com">riyadaranabtawi.com /aspemail.asp, line 45 . It used to work great until
&gt; about a week ago..
>
> And this the response I got from support guys:
&gt; "To protect the integrity of our mail servers, we have implemented a
setting
> which requires users to send from an actual email address. This setting
> prevents the sending of email using a spoofed address in the 'from' field.
&gt; This means that a sender must use the same 'from' address as the email
&gt; address being used to authenticate. As a result of this setting, the email
&gt; recipient will be able to identify the actual sender of the received email.
&gt; The 'reply to' address can be changed if you do not want replies sent to
the
> 'from' address.
>
> If we do not make this setting change it will allow spam to be sent through
> our mail servers. The result of spam being sent through our mail servers is
> we get blocked by other ISPs like AOL and Earthlink and we see a
degradation
>; in service. Which then results in email you send to those ISPs being
blocked.
&gt;
> objEmail.Username = " you%40domain.com">youdomain.com" and objEmail.From = " you%40domain.com">youdomain.com"
&gt; have to use the same email address.&quot;
>
> Here is my aspemail code:
&gt;
> <%
&gt;
> Dim MyMail
&gt; ' General Message Info
>; myHost = "mail.ranabtawi.com"
> myEmail = " riyada%40ranabtawi.com">riyadaranabtawi.com"
> myPassword = "240856"
> myTo = " riyada%40usa.net">riyadausa.net&quot;
> mySubj = "Rental Inquiry from Quinta Anabtawi&quot;
> myMsg = request.form("message";)
> strName = request.form("name")
> strEmailUser = request.form("email")
> straday = request.form("aday")
> stramonth = request.form("amonth")
> strayear = request.form("ayear")
> strdday = request.form("dday")
> strdmonth = request.form("dmonth")
> strdyear = request.form("dyear")
>
>
> 'ASPEMail
> strEmailMess= "Name: " & strName & "<br />"; & VBNewLine strEmailMess=
> strEmailMess & "Email Address: " & strEmailUser & "<br />"; & VBNewLine
> strEmailMess= strEmailMess & "Dates Requested : From "&; straday
strEmailMess=
> strEmailMess & "/&quot; & stramonth strEmailMess= strEmailMess & "/&quot; & strayear
> strEmailMess= strEmailMess & " To : " & strdday
> strEmailMess= strEmailMess & "/&quot; & strdmonth strEmailMess= strEmailMess &
&quot;/"
> & strdyear & "<br />"; & VBNewLine strEmailMess= strEmailMess & myMsg &
&quot;<br
> />"; & VBNewLine
>
> Set MyMail = Server.CreateObject("Persits.MailSender")
> MyMail.Host = myHost
&gt; MyMail.body = strEmailMess
>
>
> MyMail.IsHTML = True
>; MyMail.From = request.form("email")
> MyMail.Username = myEmail
> MyMail.Password = myPassword
> MyMail.AddAddress myTo
>; MyMail.Subject = mySubj
>
>
> If MyMail.Send Then
>; Response.Redirect "http://ranabtawi.com/Thanks.shtml"
> Else
>; Response.Write(";Message Not Sent With ASPEMail.&lt;br />";) End If Set
> MyMail = Nothing
>
> %>
&gt;
> I am not sure where to make the requested changes. Thanks for any help!
&gt;
>
>
***********************************************************************************
> Any opinions expressed in email are those of the individual and not
necessarily those of the company. This email and any files transmitted with it
are confidential and solely for the use of the intended recipient
> or entity to who they are addressed. It may contain material protected by
attorney-client privilege. If you are not the intended recipient, or a person
responsible for delivering to the intended recipient, be advised that you have
received this email in error and that any use is strictly prohibited.
>
> Random House Group + 44 (0) 20 7840 8400
>; http://www.randomhouse.co.uk
> http://www.booksattransworld.co.uk
> http://www.kidsatrandomhouse.co.uk
>; Generic email address - enquiries%40randomhouse.co.uk">enquiriesrandomhouse.co.uk
>
> Name & Registered Office:
> THE RANDOM HOUSE GROUP LIMITED
> 20 VAUXHALL BRIDGE ROAD
>; LONDON
&gt; SW1V 2SA
> Random House Group Ltd is registered in the United Kingdom with company No.
00954009, VAT number 102838980
>
***********************************************************************************
>
>
>
> For a quick response, your message should include,
>
> - A copy of the code
>; - A copy of any error messages
> - A description of what you're trying to achieve
> - A description of what's actually happening
> http://www.trans4mind.com/personal_development/HTMLGuide/index.html For
HTML
> http://www.trans4mind.com/personal_development/JavaScript/index.html For
JavaScript
&gt; You can also download the JavaScript and HTML tutorials (Nearly 2.5
megabytes.)
&gt; A 30 day version of jsEditor is available for free download at
> http://www.trans4mind.com/personal_development/JavaScript/freeEditor.htm
> --------------------------
&gt; FREE zip/unzip program:
> http://www.trans4mind.com/personal_development/zipper/index.html
> --------------------------OR go to and change your settings:
> http://groups.yahoo.com/group/1stJavaScript/
>; List owner: 1stJavaScript-owner%40yahoogroups.com">1stJavaScript-owneryahoogroups.com
>
>
> ://groups.yahoo.com/group/1stJavaScript/
> List owner: 1stJavaScript-owner%40yahoogroups.com">1stJavaScript-owneryahoogroups.com
>
>
>
> Yahoo! Groups Links
&gt;
>
>
>

__._,_.___
.

__,_._,___
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )