i need script mailer inbox plz

benoupro

Newbie
Joined
Oct 3, 2013
Messages
8
Reaction score
0
i need your help im new hacker here everyday i send junk i want to send inbox for all plz
 
Inboxing requires a server with a good not blacklisted IP. No script can bypass that.
 
The issue is much more complex than getting some simple script from someone. Do some research first, then come back.


This would be an example of the script you want :)
PHP:
  <?php
$to      = '[email protected]';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: [email protected]' . "\r\n" .
    'Reply-To: [email protected]' . "\r\n" .
    'X-Mailer: PHP/' . phpversion();

mail($to, $subject, $message, $headers);
?>
 
thnx you very much
but i need method how to send inbox plz
 
i need method how to send inbox

i have 10 mailer but not inbox especially hotmail

but i see mailer inbox for all in tutoriel but
No Link Download
 
Man, seriously, stop asking for stuff and start reading and thinking. DarkPixel already mentioned you need a clean IP but that's only one factor you need to comply with, there is some more.
 
im Beginner man and my first lunguage frensh not english :s:
I have tdp+vpn premium but I do not know possible explanation pictures or video
 
I'm also not native english, so what, live and learn. Where did you get your email list? Is it opt-in and somehow targeted or do you wanna just spam crap everywhere? For the first case I would recommend using Mailchimp (it's paid service but I think they also have a free plan). For the second case - sorry I can't help you :)
 
He found a list on BHW that was posted 2 years ago, which was probably generated yahoo's and hotmails.

GG.
 
trolling.............

Information is hot their, I inbox at 95%, html, text links whatever.
 
Back
Top