Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Android
  4. How to get a email from gmail to Wordpress?

How to get a email from gmail to Wordpress?

Scheduled Pinned Locked Moved Android
phpsalestutorialquestion
4 Posts 4 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 14568986
    wrote on last edited by
    #1

    hey forum, I'm designing an email for an email marketing campaign, and I want that when a person clicks on a button, open a page in WordPress and capture the email of the person who clicked on it to autofill a form with that email. is possible.?

    in my case, it's for people to confirm that they want a free value and I would like them not to have to write their mail again.

    Thanks

    Richard DeemingR L C 3 Replies Last reply
    0
    • M Member 14568986

      hey forum, I'm designing an email for an email marketing campaign, and I want that when a person clicks on a button, open a page in WordPress and capture the email of the person who clicked on it to autofill a form with that email. is possible.?

      in my case, it's for people to confirm that they want a free value and I would like them not to have to write their mail again.

      Thanks

      Richard DeemingR Offline
      Richard DeemingR Offline
      Richard Deeming
      wrote on last edited by
      #2

      What does this have to do with Android? The Web Development forum[^] would have been the obvious place to ask this. When you send the email, add the recipient's email address to the hyperlink as a querystring. You'll need to URL-encode it to make sure it transfers properly. For example:

      <a href="https://your-wordpress-site/some-page.ext?foo%40test.domain">Click me!</a>

      When the user clicks on the link, you can then extract the value from the querystring using server-side code (or Javascript).


      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

      1 Reply Last reply
      0
      • M Member 14568986

        hey forum, I'm designing an email for an email marketing campaign, and I want that when a person clicks on a button, open a page in WordPress and capture the email of the person who clicked on it to autofill a form with that email. is possible.?

        in my case, it's for people to confirm that they want a free value and I would like them not to have to write their mail again.

        Thanks

        L Offline
        L Offline
        Leanbridge Technologies
        wrote on last edited by
        #3

        This method allows you to manually connect to Gmail's SMTP servers to send your WordPress emails. First, you need to visit Settings » WP Mail SMTP page to configure the plugin settings. You need to start by providing the Gmail address you want to use in the From email field, and your name in the name field.

        1 Reply Last reply
        0
        • M Member 14568986

          hey forum, I'm designing an email for an email marketing campaign, and I want that when a person clicks on a button, open a page in WordPress and capture the email of the person who clicked on it to autofill a form with that email. is possible.?

          in my case, it's for people to confirm that they want a free value and I would like them not to have to write their mail again.

          Thanks

          C Offline
          C Offline
          CharlesRogers
          wrote on last edited by
          #4

          Good work, Keep designing.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups