Sending an email from an address you don’t own will mean you run into problems with countermeasures again email spoofing (e.g SPF), as you’re effectively impersonating the user’s email address to send your email.
You could put the user email address as the name, but send the email from an address you own
For contact form 7 an example would be to put in the “from” field:
[email] <[email protected]>
Or if you also want their name to show you could do something like:
[name] ([email]) <[email protected]
The emails will still come from [email protected] but you’ll have the information in the from field in your mail client or system, which may be enough depending on what you’re trying to achieve.
Related Posts:
- Transferring contact form input to an email account without using an email-proxy
- Email address used by website but I do not know where
- Dynamically send pdf attached to post with contact form 7 [closed]
- Contact Form 7 + Configure SMTP: Sender email appearing as my own email [closed]
- Obfuscating Email Addresses in Form Fields
- How to validate website field in contact form 7?
- Mail function is not working
- Is Postfix required for WordPress contact forms in general?
- show a little contact form in homepage without plugin
- Receive no any emails from contact from 7 wordpress
- Is it possible to use different from email in contact form 7 with different domain?
- Use [from-email] from the contact form as sender’s email
- Contact Form 7 How to Alter the From email address?
- WordPress stops executing code after the require() method
- Contact forms not sending mails
- Contact Form 7 – E-mail message template [closed]
- How to set SMTP programmatically
- changing notification emails from WordPress @mydomain.net to something else
- Alert Email when any Post or Page is Changed
- Missing URL in password reset email
- prevent users from changing their email address
- Allow Duplicate Email Address for Different Users
- Include HTML template file in wp_mail
- Email sent from WordPress has HTML tags
- Reset Password – change from name and email address
- Send mail to wordpress admin
- WP Cron emails not working
- Few chars getting replaced with ‘=’ in mail content in wp_mail()
- Change Password notification text on mail
- On form submission how to send 2 email to different users
- Handle registrations in WordPress when user doesn’t have any email?
- Joining confirmation email
- How to setup SMTP for only one specific wp_mail()
- Sanitizing and validating email field
- Email notification after registration in WordPress
- Subscribe from another website to the same list [closed]
- WordPress E-mail Config
- WordPress Add New User – Send an Activation Email
- Send email only upon draft
- wordpress do not let user registered with info@ email and other reserved emails to get registered by users
- Limit number of emails per second
- Throttling email frequency
- WordPress unable to send mail
- Not able to send links in email after setting header
- 2 Email addresses for each user
- Emailing passwords: Setup installed on home server using XAMPP
- wp_mail_from is ignored
- How to set up a simple email subscription?
- PAGE Specific Email Notifications
- How to send post notification when a Author and Contributor post?
- How to edit the WordPress e-mail that gives the user their password? [duplicate]
- Do action for only switch status for publish_post
- Change the Sender(not From) on wp_mail() function [closed]
- Adding “reply-to” in the email [closed]
- Programming WordPress to Send an Email on Registration Form Submit?
- How do I troubleshoot registration/password email errors?
- Confirmation required on users email change
- Does WordPress require port 25 for email?
- Is there a plugin that will let you do actions by mail? [closed]
- Send email daily using `wp_mail`
- How to send confirmation email after payment made via paypal?
- How to change the format of the subcriber email
- Changing email “From” address
- WordPress and IPN problem
- Add “Email Image” button with Hyperlink for individual images [closed]
- Email from my theme’s contact form doesn’t get the reply-to address right
- Mail through Cron Execution does not work!
- Contact form – problem with displaying message about sent mail
- Email form getting hacked
- About Custom Email Template Design Responsive
- Contact Form 7: conditional logic in e-mail
- Need to suspend RSS feed while repairing missing old post
- How to recover one of WP email addresses?
- Activation email to change admin address not being sent to Gsuite email account
- Send email with Content-Type text/plain
- forgot password page with expiry link email of 60 minutes
- How to direct contact form submission to a certain page
- E-Mail Notification on post edit
- I need to verify emails when users signup
- Why do WordPress emails to multiple recipients include \n in the list
- How to send custom mail when a user complete a specific form
- Where is the account email address located?
- wp_mail() not sending emails with ajax
- SMTP not working for Comments Email Notifications
- wordpress wp mail not changing sender mail
- changing notification emails from WordPress @mydomain.net to something else
- Send Bulk Email without them going to spam
- How can I send an email 24 hours after first email?
- WordPress doesn’t send SMTP email even by phpmailer hook
- Asynchronous emailing
- Send Custom Post Notification to Followers
- Get emails of register user in WordPress
- Duplicate notifications for new user registration
- Create WP account from an external email form submission?
- Can wordpress users check GMAIL (G Suite) inbox & send email from their membership account on WordPress? [closed]
- Send email once every 12 months to a particular user [closed]
- Where does email sent to *@example.com go? [closed]
- How to send emails and avoid them being classified as spam?
- How to change the WordPress email icon?
- What’s the optimum way to collect users’ email id?