Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 699 Vote(s) - 3.48 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open a outlook new mail using php and html

#1
I am creating a html page and I have a button in my html page. Once the button is clicked the outlook has to be opened with the "**To**" and the "**Subject**" information as shown in the figure.


![enter image description here][1]



[1]:


Can any help me how to open the outlook with php.Thanks in advance.
Reply

#2
I think you should use a tag like following

<a href="mailto:[email protected]">your_email</a>

But open Outlook, Thunderbird or other client is user's default setting.
Reply

#3
Use mailto hyperlink to open mail application on client machine

<a href="mailto:[email protected]?Subject=subject here&Body=bodytext">
Link display text
</a>

You can also add **cc** and **bcc** using querystring paramters as we have done for **body**.

This will open default mail application configured on client machine; It may open different application accordingly.

Reply

#4
here the link to use:

<a href="mailto:[email protected]?subject=Feedback for webdevelopersnotes.com&body=The Tips and Tricks section is great">Send me an email</a>

[Source is here][1].

[1]:http://www.webdevelopersnotes.com/tips/html/html_mailto_attribute_html_tips.php3
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through