some one else sending email using my gmail

Discussion in 'Google' started by MrPJH, Aug 15, 2009.

  1. afamobih

    afamobih Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    New to me. This tech guys can really do wonders
     
    afamobih, Aug 18, 2009 IP
  2. mastertrendz

    mastertrendz Banned

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    i think they use php mail function to spamming and use sender from your email.
     
    mastertrendz, Aug 18, 2009 IP
  3. dvd1000

    dvd1000 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    You'll have the same issues even if you change your password. There isn't much you can do.
     
    dvd1000, Aug 18, 2009 IP
  4. solicah

    solicah Peon

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    The same with you, someone hack my gmail and i can not use my gmail now.
     
    solicah, Aug 18, 2009 IP
  5. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #25
    Probably your computer is infected with a keylogger.
    You better scan it with a updated antimalware or just format the HDD.
    And, masked emails are nothing new to internet. I often get emails from my own ID.
     
    Abhik, Aug 18, 2009 IP
  6. MrPJH

    MrPJH Well-Known Member

    Messages:
    1,066
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    155
    #26
    enabling "always use HTTPS" is the solution
    although i have not got a good solution from DP and find it by my self
    but i ll like to share with you

    PHP scripts usually coders save them in there websites having no HTTPS

    and enabling HTTPS from gmail makes sure that you are sending from HTTPS page
    it do not take effect in outlook because it also uses HTTPS
     
    MrPJH, Aug 23, 2009 IP
  7. MrPJH

    MrPJH Well-Known Member

    Messages:
    1,066
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    155
    #27
    but enabling HTTPS also have not helped me and there is nothing to get avoid

    what you can do only leave visiting your INBOX :(:(

    <?
        //change this to your email.
        $to = "user@server.com";
        $from = "user@server.com";
        $subject = "Hello! This is HTML email";
    
        //begin of HTML message
        $message = <<<EOF
    <html>
      <body bgcolor="#DCEEFC">
        <center>
            <b>Looool!!! I am reciving HTML email......</b> <br>
            <font color="red">Thanks MrPJH!</font> <br>
            <a href="http://www.domain.com/">*keyword</a>
        </center>
          <br><br>*** Now you Can send HTML Email <br> Regards<br>pjh
      </body>
    </html>
    EOF;
       //end of message
        $headers  = "From: $from\r\n";
        $headers .= "Content-type: text/html\r\n";
    
        //options to send to cc+bcc
        //$headers .= "Cc: [email]maa @ p-i-s.cXom[/email]";
        //$headers .= "Bcc: [email]emai l@ server.cXom[/email]";
        
        // now lets send the email.
        mail($to, $subject, $message, $headers);
    
        echo "Message has been sent....!";
    ?> 
    Code (markup):
    above is bullshitte php script you cant stop that:mad::mad:
     
    MrPJH, Aug 29, 2009 IP
  8. holdmoon

    holdmoon Peon

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #28
    ouch,this is a program
     
    holdmoon, Aug 29, 2009 IP
  9. Power-Seo

    Power-Seo Active Member

    Messages:
    57
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    50
    #29
    Ask one of your subscribers to forward the spam email to you. Check the headers, locate the IP, report it to the spammer's ISP and autoresponder service provider. Other than this, you can't do anything.
     
    Power-Seo, Aug 29, 2009 IP
  10. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #30
    theapparatus, Aug 29, 2009 IP
  11. sweta.singh.98

    sweta.singh.98 Guest

    Messages:
    628
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #31
    i think its a spam activity
     
    sweta.singh.98, Sep 6, 2009 IP
  12. seminar

    seminar Active Member

    Messages:
    226
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #32
    I seen a site.
    By using it you can send mail with any id.
    (not remembering the site url)
     
    seminar, Sep 6, 2009 IP
  13. Bagless

    Bagless Active Member

    Messages:
    594
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    70
    #33
    Did you remember it :confused:
     
    Bagless, Sep 6, 2009 IP