Hi guys. I have been receiving some emails that either have my name in the title or in the email itself. I even have an account called "Webmaster" and the email might say "Hello Webmaster we are sending you this email....etc..."

For instance, when creating an outlook email account you give your First name and last name and then your email address. They are some how getting that first name and using it inside the emails, or even in the subject line of the emails.

So they are some how getting my acount name that is used with that email address and using it in the emails. I have gotten emails like this in outlook and yahoo.

Do you guys have any idea how this could be duplicated?

For instance, If I send an email to jwels@comcast.net could I have the email have code in it that would read his account name and use that in a variable that respsents his name and have the email say something like "Hello Joe Wels we are sending this email...etc.."

Is that even possible? IF not then how are these people doing it?

Thanks a ton guys!😃

    They most likely get it from spam lists that include names. These are built by, for example, web sites where people register (perhaps without reading the privacy policy, or not noticing that there isn't any) and the site operators sell the addresses/names. This isn't done by Yahoo, etc. And it certainly isn't done by Outlook, which is, after all, only an email client program.

    Just to make this a php-forum type question: put the name in the subject like this: "$subject = 'Hi' . $name . '. Buy my stuff.';"

      Write a Reply...