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