Forward Email to another account: Difference between revisions

From CSEE Documentation
m (Forward moved to Forward Email to another account)
Line 3: Line 3:
==Directions to forward your CSEE email==
==Directions to forward your CSEE email==


1. Log into your CSEE UNIX shell account.
[[File:ForwardMail.webm|1900px]]


2. Type the following shell command to backup any existing email forwarding information:
# Select the "Settings" gear icon.
  mv -f ~/.forward ~/.forward-old
# Choose "Forwarding."
3. Type the shell command below to create your email forward:
# Change "send a copy to" to include your desired email.
  echo youremail@goes.here > ~/.forward
# Change status to "on."
* Replace <code>youremail@goes.here</code> with the email address where you want to forward your email to.
# Select "save."
* This command created a new file in your home directory called <code>.forward</code> with your forwarding email address inside it.

Revision as of 13:15, 14 March 2025

Your CSEE email may be forwarded to another address. Forwarding your CSEE email means that the CSEE mail server will send your incoming email to another email address of your choice. This may be convenient for some users, but please note that copies of forwarded emails will not be kept on the CSEE servers.

Directions to forward your CSEE email

File:ForwardMail.webm

  1. Select the "Settings" gear icon.
  2. Choose "Forwarding."
  3. Change "send a copy to" to include your desired email.
  4. Change status to "on."
  5. Select "save."