473,804 Members | 3,672 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Post Form Data From HTML Mail To Web Browser

chunk1978
224 New Member
hi... i've written a mail script that sends and HTML mail to myself... the HTML mail is made up of posted php data from a user, as well as a form for myself to fill out... but i'm having a problem with posting this PHP form data from the HTML Email in my email browser (Safari Mail) to the my internet browser...

everything works great except for the fact that nothing get's posted to the webpage from my HTML email...

i've tested the code from the HTML Mail in the webbrowser, and it works from Browser to Browser... but why isn't it working from HTML Email to Browser?

any ideas?
May 18 '07 #1
4 2079
pbmods
5,821 Recognized Expert Expert
everything works great except for the fact that nothing get's posted to the webpage from my HTML email...
My guess is that this is a security feature built into email applications to discourage phishing.

Imagine how naive Users are not to check the location bar before logging into a website they got to by clicking on a link in an email.

How hard is it to believe that those same Users might just be unwitting enough to try to "login into their bank's website" from an anonymous email that looks official?

My recommendation would be to create a UUID for that User's account and put it in a link in the email.

<p>Welcome to the site! To get started, activate your account by going to the following URL:</p>

<p>http:// mysite.com/activate.php?uu id=da63fb69aeb0 3c776bd23e91e2c 1cb3df30135d3</p>
In this case, activate.php would contain the form, custom-tailored to that User's account.
May 18 '07 #2
chunk1978
224 New Member
My guess is that this is a security feature built into email applications to discourage phishing.

Imagine how naive Users are not to check the location bar before logging into a website they got to by clicking on a link in an email.

How hard is it to believe that those same Users might just be unwitting enough to try to "login into their bank's website" from an anonymous email that looks official?

My recommendation would be to create a UUID for that User's account and put it in a link in the email.



In this case, activate.php would contain the form, custom-tailored to that User's account.
hey pbmods... thanks for the reply... i suppose your right about it being a security issue... it works when using webmail systems like Gmail, as it will prompt an alert stating "you are about to send information over the internet, do you want to continue?"... it's just unfortunate (i guess) that Apple Mail will not display this alert, and just ignores any PHP post data all together...

it's not really a huge deal for me... i just had to design a small form for myself to fill out manually instead... it would have been nice to have a fully integrated automation system, but a small form isn't so bad... and i suppose it's all for the best to keep emails more secure...
May 19 '07 #3
pbmods
5,821 Recognized Expert Expert
it's just unfortunate (i guess) that Apple Mail will not display this alert, and just ignores any PHP post data all together...
Hm. Actually, before giving up on this entirely.... What if you changed the method to GET?
May 19 '07 #4
chunk1978
224 New Member
Hm. Actually, before giving up on this entirely.... What if you changed the method to GET?
yeah i tried that... i changed every possible option of a form submission... Apple Mail just will not post anything...

i've also discovered that Apple Mail will not use javascript in HTML email also... strange by true...
May 19 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

15
3133
by: Thomas Scheiderich | last post by:
I am trying to understand Session variables and ran into a question on how they work with data that is passed. I have an HTM file that calls an ASP file and sends the name either by GET or POST. When I find is that if I send the value by the GET method, response.write("From QueryString: " & Request.QueryString("usernamefromform") & "<br><br>")
2
12564
by: Matt | last post by:
When we submit the form data to another page, we usually do the following: <form action="display.aspx" method="post"> will submit the form data and open display.asp in the current browser <form action="display.aspx" method="post" target="_blank"> will submit the form data and open display.asp in a new browser
6
3816
by: guoqi zheng | last post by:
In a regular html form, when user press "enter" key, the form will be submitted. However, in ASP.NET web form, a form will only be submitted (post back) when a special button is clicked. Many user get used to click "enter" key to submit a form. How can I use "enter" key to submit/postback in ASP.NET. Thank, Guoqi Zheng
8
5081
by: Gert | last post by:
Hi, I have a form (server side) because of the filling of variables through the application. But now I need to post it to an url on submit. My .HTML form looks like this, but how to translate it to asp.net vb code? !--<FORM ACTION="/test/test.php" METHOD=POST>--> <form action="https://multipay.net/transaction/mpmain.php" method="post"> ....
24
2886
by: moriman | last post by:
Hi, The script below *used* to work. I have only just set up a server, PHP etc again on my Win98 system and now it doesn't? On first loading this page, you would have $p = and the button image below it.
15
33471
by: tmax | last post by:
PHP Pros: I have a simple html form that submits data to a php script, which processes it, and then redisplays the same page, but with a "thank you" message in place of the html form. This is all working fine. However, when refresh the browser, I get the following message displayed: "The page you are trying to view contains POSTDATA. If you resend the data, any action the form carried out (such as as search or online purchse) will...
2
1715
chunk1978
by: chunk1978 | last post by:
hi... i've written a mail script that sends an HTML mail to myself... the HTML mail is made up of posted php data from a user, as well as a form for myself to fill out... but i'm having a problem with posting this PHP form data from the HTML Email in my email browser (Safari Mail) to the my internet browser... everything works great except for the fact that nothing get's posted to the webpage from my HTML email... i've tested the code...
10
15733
by: Peter Michaux | last post by:
Hi, All Ajax libraries I've read use encodeURIComponent() on the name- value pairs extracted from forms before POST ing the result to the server with and xmlhttprequest. I can understand why this encoding is required in the case of a GET request and the form data is attached as a URI query string; however, why is the encoding necessary for POST requests? Thanks,
56
7249
by: UKuser | last post by:
Hi, I'm not sure if this can be done as I've searched the web and this forum. I am using an online merchant provider and I must post certain variables to their webforms through a form on my website. The issue is that I need to gauge whether a user has any items in their basket to decide which page I redirect them too. I could
0
9572
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10562
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10303
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10070
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9132
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6845
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5639
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2978
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.