View Single Post
Old 12 Apr 2023, 12:17 PM   #5
projmanquest
Junior Member
 
Join Date: Apr 2023
Posts: 4
Quote:
Originally Posted by xyzzy View Post
Ok then maybe only changing the From header might be sufficient. That does require some Sieve code. For example.

Code:
if address :is "From" "john's email address" {
  deleteheader "From";
  addheader "From" "your email address";
  redirect :copy "bob's email address";
}
Your email address should now appear as the From when John sees it.
That worked! Thank you for your help.
projmanquest is offline   Reply With Quote