$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Contact Form 7 How to Alter the From email address?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Contact Form 7 How to Alter the From email address?

matteradmin7PV0评论

In the past we were able to put a user email address in the From field. But now we get the message: " this email address does not belong to the same domain as". I know you should use ie. [email protected]

Because of an internal develop emailprogram I need to have the user email address in the From field. The internal develop email program has some features which depends on the From field in a email message.

Is there a way i can trick CF7 so it use the / overwrites the "this email address does not belong to the same domain" warning? Jus like < CF 3.1

Hope you get my question

In the past we were able to put a user email address in the From field. But now we get the message: " this email address does not belong to the same domain as". I know you should use ie. [email protected]

Because of an internal develop emailprogram I need to have the user email address in the From field. The internal develop email program has some features which depends on the From field in a email message.

Is there a way i can trick CF7 so it use the / overwrites the "this email address does not belong to the same domain" warning? Jus like < CF 3.1

Hope you get my question

Share Improve this question asked Nov 15, 2018 at 16:56 alexalex 1,1123 gold badges17 silver badges39 bronze badges 2
  • Why does the warning bother you? As far as I know CF7 will still try to send out the mails, it is just a warning after all – kero Commented Nov 15, 2018 at 16:59
  • @kero, ......that would be something.....going to see if it still works.....tx for taking the time – alex Commented Nov 15, 2018 at 19:22
Add a comment  | 

1 Answer 1

Reset to default 0

You can trick CF7 by enter a valid email address [email protected] and redirect all mails to that custom email address [email protected].

;-)

In the end that warning should not harm.

It's more a Spam issue: If the recipient of the email rates the email as spam because it comes from a different server than the sender's address says.

Post a comment

comment list (0)

  1. No comments so far