Forward Email to another account: Difference between revisions

From CSEE Documentation
m (Forward moved to Forward Email to another account)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
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. As of March 20th 2025, this can only be managed using our webmail client at [https://webmail.cs.umbc.edu webmail.cs.umbc.edu].


==Directions to forward your CSEE email==
==Directions to forward your CSEE email==


1. Log into your CSEE UNIX shell account.
[[File:EmailForwarding.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.

Latest revision as of 13:54, 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. As of March 20th 2025, this can only be managed using our webmail client at webmail.cs.umbc.edu.

Directions to forward your CSEE email

  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."