Hiding email address in a newsletter

Hi...
We send out newsletters to our mailing list and have an
individual's email
id on that mail. (The email id on our mail is not constant
and changes
according to the subject.) No problem there as there's not
much chance of
spam being generated from this route. The problem, however,
lies with the
newsletter available from the website. (The usual : "If this
mail does not
display properly, please click here".)
Hence, for someone accessing the mailer via the website, the
contact email
is open to spam. We do have php forms on the website and
email addresses on
the forms are protected via the php. However, in this case we
don't want to
use forms but have the receipient:
1/ Able to reply either through his email client or
2/Through his web based email
Sure, i guess that we could have a form open each time
someone clicked the
email link but the hassle with that would be the need to
create a special
form for each mailer and we'd soon have a plethora of
forms!!!
Any suggestions?
Cheers and TIA,
JJ

On 11 Mar 2009 in macromedia.dreamweaver, Jay Jay wrote:
> "Joe Makowiec"
>> On 11 Mar 2009 in macromedia.dreamweaver, Jay Jay
wrote:
>>
>
>> Why would you need one page per recipient? One of
two things:
>> - You say you have a code for each newsletter
recipient; just
>> include that in a hidden field in the form using URL
parameters.
>> It would work like this: when you generate the link
to the contact
>> form, you'd do it something like:
>> <a href="contactform.php?user=<?php echo
$_GET['emailid'];
>> ?>">Contact us</a> where emailid comes
from the link to the 'view
>> this page online' link you've included in the email.
>> - Let the recipient include his/her own contact
information.
>
> Joe...
>
> Not sure what you mean... but this is present
scenario...
>
> Newsletter/s has/have the following at the end:
>
> 1/ Postal address
> 2/ Phone & Fax
> 3/ Email address
> 4/ Website
>
> In the newsletters, the only common factor is the
website. Often the
> postal addresses vary and so do the phones and email ids
depending
> on the cities and the respective people (contacts).
Currently, in
> the newsletter we have the subject coded in, so all the
responder
> has to do is click on the email link and his/her email
client opens
> with subject and addressee already in place and all they
really have
> to do is hit the send button. Using forms would mean:
>
> 1/ The creation of a special form for each newsletter -
otherwise we
> wouldn't know what the responder was referring to.
> 2/ Additionally, an extra effort from the responder to
at least
> enter his/her email id.
>
> What i was kind of hoping was we could have the various
email ids
> concealed in a formmail (adding new ones - if neccessary
- is not a
> big deal), and clicking the link opens the responders
email client
> where his address and the subject are already entered.
Like you get
> with the (mailto:[email protected]?subject=Seminar on ZZZZ
You've been around this forum long enough to know that mailto
links
are, at best, a crapshoot. They won't work for most people
who use
webmail clients (Hotmail, Yahoo!mail, gmail...); also,
standalone email
clients may or may not be able to recognize, say, entered
subjects.
From your description, I gather that you are generating the
emails from
some kind of database which contains, at a bare minimum, the
recipients' names and email addresses. So when you create the
email,
you also include the code which allows you to key back into
that
database to retrieve the user's name and email. The link to
the
contact form would thus be:
<a href="contactform.php?userid=xxyyzz12345">Contact
Us</a>
And the contact form uses $_GET['userid'] to query the
database and
retrieve the user's information. Likewise, you could add
mailing
information
<a
href="contactform.php?userid=xxyyzz12345&mailing=664">Contact
Us</a>
and using $_GET['mailing'], go to a database of mailings to
set the
subject. All this is transparent to the user.
Joe Makowiec
http://makowiec.net/
Email:
http://makowiec.net/contact.php

Similar Messages

  • Hiding email addresses

    Hello, when sending the same email to a group of people, how would I go about hiding all of the email addresses that appear in the "to field"? In Mail preferences, under the composing tab, I made sure that the box that's adjacent to the "when sending to a group, show all member addresses" selection is unchecked but that didn't do the trick. Any suggestions?

    Jerry,
    Your particular SMTP is probably looking for one, standalone email address (not in a group) in the To Header, and finding none, is placing all those in the group in the To Header for all to see. This action is typically in the realm of the SMTP, and not a function of Mail. If you put all the addresses in the Bcc box (whether in a group or not), some SMTP have been proven to move all Bcc addresses into the To Header, thus revealing all addresses, while others do not, when no entry in the To as you send it.
    Test putting your own address in the To Header, and then use the Group in the Bcc or CC headers fields. Let me know if this resolves the issue?
    Ernie

  • Hiding email addresses with javascript

    Hi all - Just wanting to get some opinions on this. I have a
    client who
    wants mailto email addresses all over her website
    www.santaparade.co.nz as
    you can see - contact page - information page and all page
    footers.
    Its not practical to have a form in all these places so to
    try and stop the
    spamfest I have used a method i found here
    http://www.bronze-age.com/nospam/encode.html
    where the links are somewhat
    protected by javascript. I know that if js is turned off they
    won't work so
    i am looking for any other alternatives.
    In my reading on here I seem to find only 'it must be a form'
    as the answer
    but if my client wants the mailto and i want to protect her
    as far as poss
    from spam, is there another option?
    Any opinions / solutions welcome!
    Thanks,
    Karen

    Hi Nancy, thanks for looking. I use the www.boaddrink.com php
    script for
    forms, just wanted any and all other ways to thwart spammers
    for my clients,
    thanks for the links, i will check them out.
    Cheers,
    Karen
    "Nancy O" <[email protected]> wrote in
    message
    news:[email protected]...
    > Using an email obfuscator is better than nothing, but it
    isn't a sure
    > thing.
    >
    >
    http://www.dynamicdrive.com/emailriddler/
    >
    >
    http://www.dynamicdrive.com/dynamicindex9/emailscrambler.htm
    >
    > A formmailer script is your best hope for thwarting
    email harvesters
    > provided the address is hidden inside the script - and
    not the html form.
    > I
    > use this one for (PHP):
    >
    http://www.dbmasters.net/index.php?id=4
    >
    > Instead of placing email links everywhere, why not
    simply have links to
    > your
    > 'Contact Us' page and use the formmailer there? No need
    to have forms all
    > over the site.
    >
    > If you're not comfortable with scripts yet, you could
    use a Flash Form
    > authoring program like this one:
    http://www.coffeecup.com/form-builder/
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    >
    >
    >
    >
    > "Karenj" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Hi all - Just wanting to get some opinions on this.
    I have a client who
    >> wants mailto email addresses all over her website
    www.santaparade.co.nz
    >> as
    >> you can see - contact page - information page and
    all page footers.
    >>
    >> Its not practical to have a form in all these places
    so to try and stop
    > the
    >> spamfest I have used a method i found here
    >>
    http://www.bronze-age.com/nospam/encode.html
    where the links are somewhat
    >> protected by javascript. I know that if js is turned
    off they won't work
    > so
    >> i am looking for any other alternatives.
    >>
    >> In my reading on here I seem to find only 'it must
    be a form' as the
    > answer
    >> but if my client wants the mailto and i want to
    protect her as far as
    >> poss
    >> from spam, is there another option?
    >>
    >> Any opinions / solutions welcome!
    >>
    >> Thanks,
    >>
    >> Karen
    >>
    >>
    >
    >

  • Newsletter Form with only Email address?

    Hi guys
    I would like to add a Newsletter Subscripiton form without the Name and Last name fields.
    http://kinship.businesscatalyst.com/About/about-us
    The subcsripiton field is at the bottom footer.
    When submitting the form I get an error:
    "ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page."
    I don't want the name just email. Is it possible?
    When I try to create a new form those fields (Name, Last Name and Email) are automatically added and there is no way to delete them.
    Thanks
    Micha

    Thanks Mario,
    I wish we wouldn't have to add names. A better UX is to use email since Newsletters are usually generic and only require an email.
    In Any case BC must change there Dynmiac Forms. The use of Tables is insane and the fact that each update requires inserting the form again is very odd.
    Back to work now...-(
    Micha

  • Newsletter email campaign - Mailling list with non "default" email address

    Hi all.
    We need to implement a newsletter email campaign but, with standard campaign execution, SAP CRM gets the "default" email addressess of BPs.
    We have a malling list of newsletter that contains a list of emails of our Business Partners.
    This mails sholdn't be the standard ones of this BPs. BPs can has many email addressess (more than one) and they can be subscrited with a non default email (email without default flag in SAP CRM).
    When we try to execute a Marketing campaign with these BPs, SAP CRM uses the default mail address to send the campaing.
    Is possible to execute a Mailling campaign setting the email receivers?
    Thanks a lot.

    Hi Mauro.
    We already have tried to use CRM_MKT_ADR_SEARCH Badi. We have implemented CHANGE_SEARCH_RESULTS method but with this it's only possible to choice between diferent Addresses Numbers.
    But, we have the same Addr. Number with more than one email address in ADR6. All this email address are in the same Adrress Number and Person Number.
    About your question, we are storing the newsletter emails into a Z table. This email adresses are already in BP address.
    Thank you for your idea.
    Do you have another way?

  • Hiding Recipient email addresses from view in a group email

    I want to compose 1 email which I'll send to a group of 10 email addresses, but I don't want the list of email addresses to be included in the email the recipient receives when I send the email. Is this possible?

    Actually, one doesn't even need to address it to one's self or anyone else in the "To:" line. If all recipients are "BCC'ed," the email shows up addressed "To: undisclosed recipients"

  • Hiding Individual Email Addresses in Mail Sent to Groups??

    How can I send an email to a group without the email addresses of all group members being visible to all recipients of the email?

    Well... that is the standard. Really it is.
    What I generally do:
    1. Send it to myself on the To: line, but I edit it so it looks like this:
    To: (Distribution list surpressed) Fred Avolio <[email protected]>
    2. Put the Group on the BCC: line.
    If you use the group name -- for example, let's say it is My-Friends -- it would show up in the To: line (when delivered) as [email protected] It looks like a repliable address. But, it is not. It is a client-side aliase (your email client, your address book), not a server-side aliase.
    -fred

  • External mass mail to organization with a hidden email address

    Hi there,
    We are using an external mass mailer service to send our company newsletter to every employee in our organization. This causes a lot of stress on our 2010 Exchange box. To make things even more difficult, the mass mailer uses random mail servers, so we can't
    pointpoint one external sender address. 
    Here's what we need to accomplish:
    The newsletter should only be sent to a single account in the organization instead of mailing to hundreds of internal accounts. The newsletter needs to be distributed to every employee inside the Exchange organization with a hidden sender ("from").
    I was searching high and low but couldn't find the ideal solution.
    Any help is highly appreciated!
    Thanks
    Dennis

    Hi Dennis,
    I recommend you follow the steps below to achieve your goal:
    Create a distribution group, add all employees in it. The distribution group has a primary SMTP address, you just need to send to this address, all members can receive emails.
    About hiding sender, do you mean hiding sender's email address. If yes, I'm afraid this can't be achieved on Exchange server.
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How to send email addresses to Mailchimp

    Hi,
    How would I allow the email addresses, which hva been entered into the user registration form to be sent to the mailing list in Mailchimp?
    Here is the code for the page which contains the form with the email field (If this helps):
    <?php
    if (!isset($_SESSION)) {
      session_start();
    $MM_authorizedUsers = "1";
    $MM_donotCheckaccess = "false";
    // *** Restrict Access To Page: Grant or deny access to this page
    function isAuthorized($strUsers, $strGroups, $UserName, $UserGroup) {
      // For security, start by assuming the visitor is NOT authorized.
      $isValid = False;
      // When a visitor has logged into this site, the Session variable MM_Username set equal to their username.
      // Therefore, we know that a user is NOT logged in if that Session variable is blank.
      if (!empty($UserName)) {
        // Besides being logged in, you may restrict access to only certain users based on an ID established when they login.
        // Parse the strings into arrays.
        $arrUsers = Explode(",", $strUsers);
        $arrGroups = Explode(",", $strGroups);
        if (in_array($UserName, $arrUsers)) {
          $isValid = true;
        // Or, you may restrict access to only certain users based on their username.
        if (in_array($UserGroup, $arrGroups)) {
          $isValid = true;
        if (($strUsers == "") && false) {
          $isValid = true;
      return $isValid;
    $MM_restrictGoTo = "loginadmin.php";
    if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) {  
      $MM_qsChar = "?";
      $MM_referrer = $_SERVER['PHP_SELF'];
      if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
      if (isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) > 0)
      $MM_referrer .= "?" . $_SERVER['QUERY_STRING'];
      $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer);
      header("Location: ". $MM_restrictGoTo);
      exit;
    ?>
    <!--HEADER CONTENT START --><head>
    <style type="text/css">
    body{ margin:0px; background:#FFF;}
    .header {
        height:165px;
        background:#FFF;
        border:1px solid#CCC;
        position:fixed;
        width:100%;
        top:0px;
    </style>
    <link href="stylesheet.css" rel="stylesheet" type="text/css" />
    </head>
    <div class="header"><?php include('defaultheader.php');?></div>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <!--HEADER CONTENT END -->
    <html>
    <title>Create New Account</title>
    </html>
    <?php require_once('Connections/drama_database.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "newaccountform")) {
      $insertSQL = sprintf("INSERT INTO users (username, password, firstname, lastname, email, userlevel) VALUES (%s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['username2'], "text"),
                           GetSQLValueString($_POST['password2'], "text"),
                           GetSQLValueString($_POST['firstname2'], "text"),
                           GetSQLValueString($_POST['lastname2'], "text"),
                           GetSQLValueString($_POST['email2'], "text"),
                           GetSQLValueString($_POST['userlevel'], "int"));
      mysql_select_db($database_drama_database, $drama_database);
      $Result1 = mysql_query($insertSQL, $drama_database) or die(mysql_error());
      $insertGoTo = "adminusermanagement.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    mysql_select_db($database_drama_database, $drama_database);
    $query_newuser = "SELECT * FROM users";
    $newuser = mysql_query($query_newuser, $drama_database) or die(mysql_error());
    $row_newuser = mysql_fetch_assoc($newuser);
    $totalRows_newuser = mysql_num_rows($newuser);
    ?>
    <div align="center">
        <h1>Create New Account</h1>
    </div>
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css">
    <div align="center">
    <form action="<?php echo $editFormAction; ?>" method="POST" name="newaccountform" id="newaccountform">
      <table width="416" border="0">
        <tr>
          <td width="94" class="formtag">First Name</td>
          <td width="315"><span id="sprytextfield6">
            <label for="firstname2"></label>
            <input name="firstname2" type="text" class="formfield" id="firstname2" />
            <span class="textfieldRequiredMsg">A value is required.</span></span></td>
        </tr>
        <tr>
          <td class="formtag">Last Name</td>
          <td><span id="sprytextfield7">
            <label for="lastname2"></label>
            <input name="lastname2" type="text" class="formfield" id="lastname2" />
            <span class="textfieldRequiredMsg">A value is required.</span></span></td>
        </tr>
        <tr>
          <td class="formtag">Email</td>
          <td><span id="sprytextfield8">
          <label for="email2"></label>
          <input name="email2" type="text" class="formfield" id="email2" />
          <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
        </tr>
        <tr>
          <td class="formtag">Username</td>
          <td><span id="sprytextfield9">
            <label for="username2"></label>
            <input name="username2" type="text" class="formfield" id="username2" />
            <span class="textfieldRequiredMsg">A value is required.</span></span></td>
        </tr>
        <tr>
          <td class="formtag">Password</td>
          <td><span id="sprytextfield10">
            <label for="password2"></label>
            <input name="password2" type="text" class="formfield" id="password2" />
            <span class="textfieldRequiredMsg">A value is required.</span></span></td>
        </tr>
        <tr>
          <td class="formtag">Userlevel</td>
          <td><label for="userlevel"></label>
            <select name="userlevel" class="formfield" id="userlevel">
              <option value="0" selected="selected">User</option>
              <option value="1">Admin</option>
            </select></td>
        </tr>
        <tr>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td colspan="2" align="center"><input name="createuser" type="submit" class="button" id="createuser" value="Create Account" /></td>
          </tr>
      </table>
      <table width="147" border="0">
      <tr>    </tr>
      <tr>    </tr>
      <tr>    </tr>
      <tr>    </tr>
      </table>
      <input type="hidden" name="MM_insert" value="newaccountform">
    </form>
    </div>
    <script type="text/javascript">
    var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6");
    var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7");
    var sprytextfield8 = new Spry.Widget.ValidationTextField("sprytextfield8", "email");
    var sprytextfield9 = new Spry.Widget.ValidationTextField("sprytextfield9");
    var sprytextfield10 = new Spry.Widget.ValidationTextField("sprytextfield10");
    </script>
    <?php
    mysql_free_result($newuser);
    ?>

    Im wondering how to integrate my email field on my database with mailchimp.
    I don't think you can.  But you can ask MailChimp.
    I want every user who creates an account on my website to have their email automatically sent to mailchimp, without having to fill in a subscribe to newsletter form.
    I think that's a really bad idea. What if your users don't want the newsletter?  People must be made aware of what they are signing-up for and who that information is being shared with.
    Nancy O.

  • Ugly system: Can't change email address?

    For some reason, my e-mail account provider had been merge by Yahoo (you know), so my e-mail address changed.
    Then I found that OTN not support change e-mail address?!
    It's a BIG surprise for me.
    "ALL" my service provider support change e-mail online.
    If some systems use e-mail as a login id or e-paper address, it also support change id when my e-mail address change.
    Fine.
    First:
    If I make subscriptions of ALL OTN Newsletter / Information in my OLD account which use non-effective e-mail address.
    OTN will happy to receive the reject mails?
    If "YES", all we can try this.
    Second:
    I don't know if OTN want to show ORACLE DB is POWERFUL to carrier lots of garbage accounts.
    It might be.
    Fine, I'll try to create accounts for my each active e-mail account for safe and future change of OTN.
    (Who know if OTN will decide that we can't change address/phone number or something in the future OTN version?)
    Finally:
    I don't think this function is hard to implement and we need wait to next OTN version.
    It just need a extra field when SQL update, isn't it?
    I'll like to help OTN to fix this if I can get a FREE ORACLE 10g Ent. Ed. ;p
    BUT...
    You(OTN) can't contact me because my email address is changed.
    It's funny, isn't it?

    Try resetting the password.
    You can do it at an Apple store by making an appointment:
    Apple Retail Store - Genius Bar
    or send it in to Apple. See:     
    Service Answer Center - iPod
    If the iPod has iOS 7 then you have to enter the password (and ID) for the last ID used for iCloud.
    iCloud: Find My iPhone Activation Lock in iOS 7

  • How do you change the email address for sysman in DBConsole?

    Hi,
    EM Alerts were originally setup to send to my email address. A new dba started and changed everything you can within dbconsole to have the alerts come to him. He is not getting any alerts, I am still getting them.
    The alerts are coming from sysman. There doesn't seem to be away to see what email address is set for sysman and change the email address. 11GR1
    sysman is grey'd out
    This is the body of the email from EM Alert:
    And what does this message mean?
    Metric=Count of targets not uploading data
    Metric Value=3
    Timestamp=Jan 21, 2011 12:21:35 AM EST
    Severity=Critical
    Message=Count of targets not uploading exceeded the critical threshold (0). Current value: 3
    Notification Rule Name=Agent Upload Problems
    Notification Rule Owner=SYSMAN
    Notification Count=1

    This is not where the email address was set that is sending me messages:You can add/change email address as
    Go to Setup and then Notification Methods here you can edit/add is where you can add who the email is coming from
    Setup ->Notification  methods
    Outgoing mail server
    Username:
    password:
    confirm password:
    Identify Sender as:
    Sender's E-mail Address:
    Repeat notifications:
    Scripts and SNMP Traps
    Nor here:
    Setup -> Administrators
    Sys - Super Administrator
    Syman - Repository Owner
    System - Super Administrator You need to set up your notification schedule in order to receive e-mail notifications for alerts. For each day in the schedule, specify the e-mail addresses that should be used to send you e-mail notifications.
    I can view/edit, subscribe to Rules Delete and Create for sys and system under Setup->Administrators. These options are greyed out for sysman.
    +The following area also does not change who the emails are sent to
    .+ Notification emails are not going to the email address set here. They are
    still going to the address previously set, My address.
    preferences -> General
    Password
    E-mail Addresses
    Notification Schedule: - This is where the email address was hiding
    You need to set up your notification schedule in order to receive e-mail notifications for alerts. For each day in the schedule, specify the e-mail addresses that should be used to send you e-mail notifications.
    This is where my email address was hiding:
    Edit Schedule Definitions: E-mail Addresses - did this for sysman Was not sufficient to change it for system or sys. Changed it, maybe the messages will stop coming to me now.
    There were two email addresses set here. They were only going to the first one listed. Mine. I removed it,maybe the notifications will stop coming to me and I can stop monitoring for free for the guy that is getting paid to watch the system.
    Edited by: jarymo on Jan 22, 2011 1:54 PM

  • Trying to import 200+ email addresses (only) into AB for distribution

    I'm having trouble importing a list of email addresses into AB so that I can assign them to several groups for a newsletter distribution.
    The addresses were sent to me in an email and for the first month i simply copied them all into the BCC field and shot off the newsletter. However, I'd like to introduce some organization into this by putting them all into AB (some people need to be added, others have emails changed).
    I've tried several things:
    1. Tried simply dragging them from the BCC field to AB - failed
    2. Copied them all into a text file, made sure they were all separated by commas, saved as a .csv file, tried to import but that failed.
    3. Tried importing them into Numbers and exporting as CSV but that failed as well.
    4. Tried using http://homepage.mac.com/phrogz/CSV2vCard_v2.html, as has been suggested many times in this forum. Nothing ever appeared on the third tab.
    5. Tried using the WhoPaste but that failed to import a batch of emails.
    Of course selecting each address individually brings up the context menu and I certainly can import that way. But what the heck, this is a Mac and things ought to be easier, especially with so many addresses. Also, I am not an Applescripter but if anyone has already created a script that would help, I'd use that.

    Answering my own question: got it resolved. I found a neat little utility called Abee (or Address Book Importer - http://www.sillybit.com/abee/) that did the trick. In working with this I learned that importing just a bunch of well-formed addresses with a comma separating them isn't enough. I decided to find and replace all comma-space combos and replace them with a paragraph character, making each entry on its own line. Naming it a .txt worked fine.
    I hope my experience helps someone else in the future.

  • Can a website steal your email address when surfing on a mac

    Can a website steal your email address just by visiting it on a Mac using Safari? (and without specifically entering the address on any newsletter sign ups or anything)

    Mulder - thanks, this is helpful & I hope you are right, I want to check that I'm not just giving my address away!
    Thing is I tested connecting to an anonymous ftp site using safari after your post. Safari hands off the request to finder as suggested but I understand that anonymous ftp sites usually require your email instead of a password and that by default some browser's (or maybe in this case finder?) give your email address (or a dummy one) over automatically. As I didn't get prompted for an email address I'm assuming that my computer (safari, finder or some other program) is maybe giving something over behind the scenes and I don't know what.
    I did a search on the internet about this and quite a few articles mention the following ways sites can get your email address for spam. This is why I wanted to check it out / whether it affects macs?
    This is what I read:
    "Some sites use various tricks to extract a surfer's email address from the web browser, sometimes without the surfer noticing it. Those techniques include:
    1) Making the browser fetch one of the page's images through an anonymous FTP connection to the site. Some browsers would give the email address the user has configured into the browser as the password for the anonymous FTP account. A surfer not aware of this technique will not notice that the email address has leaked.
    2) Using JavaScript to make the browser send an email to a chosen email address with the email address configured into the browser. Some browsers would allow email to be sent when the mouse passes over some part of a page. Unless the browser is properly configured, no warning will be issued
    3) Via an Ident daemon. Many unix computers run a daemon (a program which runs in the background, initiated by the system administrator), intended to allow other computers to identify people who connect to them. When a person surfs from such a computer connects to a web site or news server, the site or server can connect the person's computer back and ask that daemon's for the person's email address
    4) From finger daemons. Some finger daemons are set to be very friendly - a finger query asking for john@host will produce list info including login names for all people named John on that host. A query for @host will produce a list of all currently logged-on users. Spammers use this information to get extensive users list from hosts, and of active accounts - ones which are 'live' and will read their mail soon enough to be really attractive spam targets"
    5) Using the HTTP_FROM header that browsers send to the server. Some browsers pass a header with your email address to every web server you visit.
    I know that 5 definitely isn't happening but the other ones are difficult for me to check.
    Thanks again

  • Hide mailto or email address from spammers

    Hi if you want to hide your email address from spiders/harvesters etc, you can actually edit the the HTML part of the page with your email address on. First make a link click here or an image of the email address. Check the example on my website made all on iWeb.
    see http://www.concretecreative.co.nz/contact.html
    I edited the 'contact.html' with 'Taco' and cut and paste my hidden email address from 'Spamstopper' both of these app's are freeware from most ie Versiontracker.com etc.
    I hope this helps everyone.

    That is a false sense of security. My script can get your email in less than a second, this is what you are hiding behind:
    mailto: & #105; & #110; & #102; & #111; & #64; & #99; & #111; & #110; & #99; & #114; & #101; & #116; & #101; & #99; & #114; & #101; & #97; & #116; & #105; & #118; & #101; & #46; & #99; & #111; & #46; & #110; & #122;?subject=website
    #105 = i
    #110 = n
    #102 = f
    #111 = o
    &#nnn = where nnn is ascii code. So forget about hiding it, the best way of hiding it is NOT to post/publish it.
    There are four other links in that page:
    http://www.mac.com
    http://www.mindinternet.co.nz
    http://www.concretecreative.co.nz/home.html
    http://www.concretecreative.co.nz/concrete.html
    This is merely by copy+paste the text: 'http : //www.concretecreative.co.nz/contact.html'

  • Cfmail "from name" and "from email address"

    I have been using a cf newsletter app with a <cfmail>
    function, and the syntax like this for the from and to addresses
    <cfmail from="#from_name# <#from_email_address#>"
    to="#first_name# #last_name# <#email_address#>"
    subject="#form.message_subject#">
    Note the <email address> after the name in both places
    I receive the mail just fine in Outlook Express, but replying
    is another matter as both the name and address for the reply are
    incorrect syntax for reply.
    Most email I receive shows the Name of the sender in the
    "From" field, with the address for "reply to" or "sent from" stored
    separately. How can I separate the "from name" and the "from
    email" using <cfmail> ?
    Michael Evangelista
    Evangelista Design / Evangelista Consulting, inc.
    www.evangelista-web.com
    Custom Small Business Website Solutions

    DUH no I havent... but I will, thanks!
    Michael Evangelista
    Evangelista Design / Evangelista Consulting, inc.
    www.evangelista-web.com
    Custom Small Business Website Solutions
    "Lossed" <[email protected]> wrote in message
    news:[email protected]...
    > There is a replyto="insert email addy here" attribute
    for the cfmail tag. Have you tried that?
    > Here's what my local tag reference says:
    >
    > <cfmail to = "recipient" from = "sender" cc =
    "copy_to" bcc = "blind_copy_to" subject = "msg_subject" replyto =
    > "reply_to_addr"
    > failto = "fail_message_addr" username = "user name"
    password = "password" wraptext = "column number" charset =
    > "character encoding" type = "msg_type" mimeattach =
    "path" query = "query_name" group = "query_column"
    > groupcasesensitive = "yes" or "no" startrow =
    "query_row" maxrows = "max_msgs" server = "serverspecs" port =
    "port_id"
    > mailerid = "headerid" timeout = "seconds" spoolenable =
    "yes" or "no">
    >
    > (Optional) Mail message body and/or cfhttpparam tags
    >
    > </cfmail>"Michael Evangelista"
    <[email protected]> wrote in message
    > news:[email protected]...
    >>I have been using a cf newsletter app with a
    <cfmail> function, and the syntax like this for the from and
    to addresses
    >>
    >> <cfmail from="#from_name#
    <#from_email_address#>" to="#first_name# #last_name#
    <#email_address#>"
    >> subject="#form.message_subject#">
    >>
    >> Note the <email address> after the name in
    both places
    >>
    >> I receive the mail just fine in Outlook Express, but
    replying is another matter as both the name and address for the
    reply
    >> are incorrect syntax for reply.
    >>
    >> Most email I receive shows the Name of the sender in
    the "From" field, with the address for "reply to" or "sent from"
    stored
    >> separately. How can I separate the "from name" and
    the "from email" using <cfmail> ?
    >>
    >>
    >> --
    >> Michael Evangelista
    >> Evangelista Design / Evangelista Consulting, inc.
    >> www.evangelista-web.com
    >> Custom Small Business Website Solutions
    >>
    >>
    >>
    >>
    >
    >

Maybe you are looking for

  • Writing Scripts in Web Analysis

    Is it possible to generate Web Analysis reports using some scripts in the way we generate Data forms through scripts? Does any concept of scripting exist in Web Analysis? This is an urgent issue. Please let me know if anyone has any idea. Regards Rah

  • File Dialog Box Position

    Hi there, I've been unable to find anyone else mention this problem, but then again, I'm not exactly what to search for. Since installing Lion, I've had a problem where when I try to open the file dialog box to save or open a file, it's position is a

  • Detection problems in IE?

    I discovered last night that the Javascript Flash detection is no longer working in Internet Explorer on either of my computers. The script cannot recognize that I have Flash installed. I'm not sure exactly when it quit working, but I went back and l

  • Need help with cartesian join

    Hi, I have data like this create table dd1 (col1 varchar2(20)) insert into dd1 values('P1') insert into dd1 values('P2') insert into dd1 values('P3') insert into dd1 values('P4') Col1 P1 P2 P3 P4 I need result like this: Col1 col2 P1 P2 P1 P3 P1 P4 P

  • BW statistic cube not populating

    Hi All, Our BI system has BI statistics installed...there are about 8 standard cubes which tracks the statistics across the BI.Out of these cubes,there is one cube called DTP statistics(0TCT_C22) whose purpose is to capture the statistics of all cube