Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8302629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:20:11+00:00 2026-06-08T17:20:11+00:00

i want to send certain emails to my clients and a link is provided

  • 0

i want to send certain emails to my clients and a link is provided in those emails(something like a activation email to active your account), when users click on that link they are directed to a page on my website , that page has a email input box.

I want that when they click on that link and get redirected to my site the input field should be automatically filled with email from where user has clicked the link.(note the user need not be signed in on my site)

Any way i can do this , im using PHP

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T17:20:12+00:00Added an answer on June 8, 2026 at 5:20 pm

    well you can pass some data in URL e.g Correspodant ID and then look up the database which ID to be AUTOFilled…

    Alternatively you can merge Email id in URL and put that in email and then when user HIT that URL the correspondant email ID will be part of the URL as query string that you can read and put in textbox.

    let's use your example 
    http://www.example.com/example.php?id=USEREMAIL
    
    you could access the value of the variable id in the $_GET array like so
    
    echo $_GET['USEREMAIL'];
    
    this would output "UserEmail". It is common to pull these into a local variable such as
    
    $myid = $_GET['USEREMAIL'];
    
    this would be the some syntax for any var in your url, take this example
    
    http://www.example.com/example.php?AutoFillEmail=developerjigar@gmail.com&start=40&section=mysupercat
    
    $myid = $_GET['AutoFillEmail']; 
    $start = $_GET['start']; 
    $section = $_GET['section'];
    

    Hope you understand

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application i want send a email to one account.in one button click
I want to send email with my gmail account, I gave it a try,
I want to send email to my users on certain events, I want the
I want to check users' subscribed dates for certain period. And send mail to
I want send a email by Email Class in codeigniter with gmail, but i
Want to send the text from my current vb application to the Active Window
I have C# web application that I want it to send out an email
I want to send a certain string on my serial port and read the
In a custom DotNetNuke module, I want to be able to send emails based
I want to have a certain controller's action to do something at a certain

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.