Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use smtp service, you don’t have to worry about “email must be the in same organization” because is the smtp server that sends the mail.

    The website sends emails only when you use wp_mail (that use phpmailer), this is the reason wpcf7 recommends to use the same domain to have a minimum of “credibility” and to make sure to be authorized from server that receives the email, otherwise you could send emails in the place of others!

    Thread Starter lucaswordpress

    (@lucaswordpress)

    @codekraft Thanks for the help,

    Well, the email that i use its in the same domain in “From” field, but the final email to the user doesnt get the same that i put in From field, they get only the name and email from this email configured in WP MAIL plugin settings.

    if i understand u reply right, if i use smtp, only the config of smtp server its valid?

    yes exacly! while using a smtp service there is no need to prove that you are sending mails from the site domain because they are sent from the smtp server

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FROM field on form and email on WP MAIL plugin’ is closed to new replies.