1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body bgcolor=white>
<table width=100% border=0>
<tr>
<td width="25%" valign=top>
<p>
<h3>Help Sections</h3>
<p>
<ul>
<li><a href="mainwindow.html">Main Window</a>
<li><a href="login.html">Login</a>
<li><a href="config.html">Configuration File</a>
</ul>
<p>
<h3>Create Release</h3>
<ul>
<li><a href="new_release.html">New Release</a>
<li><a href="file_selection.html">File Selection</a>
<li><a href="progress.html">Progress</a>
</ul>
<p>
<h3>Edit Release</h3>
<ul>
<li><a href="edit_release.html">Select Release</a>
<li><a href="edit_release_details.html">Details</a>
<li><a href="edit_release_files.html">File Selection</a>
<li><a href="release_status.html">Edit Release Status</a>
</ul>
<h3>Other</h3>
<ul>
<li><a href="preferences.html">Preferences</a>
<li><a href="news.html">Submit News</a>
<li><a href="freshmeat_setup.html">Freshmeat Setup</a>
<li><a href="freshmeat_release.html">Freshmeat Release</a>
<li><a href="email_setup.html">Email Address Setup</a>
<li><a href="email_announcement.html">Email Announcement</a>
</ul>
</td>
<td width="75%">
<h1>Email Setup</h1>
ReleaseForge allows you to create an address book of frequently emailed addresses. Typically,
each SourceForge project has one or more mailing lists (eg. developers, users, announcements,
etc...). You may wish to add each of these mailing lists to your ReleaseForge address book.
<p>
To access the Email Setup (address book) facility select a SourceForge project from the main
window and then select <i>Email Setup</i> from the <i>Actions</i> menu.
<p>
<center>
<img src="email_setup.png"><br>
<font size="-1">The Email Setup dialog</font>
</center>
<p>
Enter each email address in the text field and then press the <i>Add</i> button to add them to
your project's address book.
<center>
<img src="email_add_address.png"><br>
<font size="-1">Add email address</font>
</center>
<p>
If you wish to delete an address from the address book, simply select the appropriate address
and then press the <i>Remove Selected Email Address</i> button.<p>
<center>
<img src="email_remove_address.png"><br>
<font size="-1">Add email address</font>
</center>
<p>
When you have completed your changes, press <i>Ok</i> in order to save them.
<p>
Once you have saved your addresses, you can then use the <a
href="email_announcement.html">Email Announcement</a> wizard to email release information to
specific address book entries.
</td>
</tr>
</table>
</body>
</html>
|