Jump to content
Bolovanus

[get] Email php mailer with smtp rotation etc

Recommended Posts

Posted

aveam nevoie de emailer care suporta mai multe smtp`uri si le roteste..am facut unul

output: cu 2 smtp la 10 mailuri, fiecare smtp avand limita de 3 mailuri..///in general smtp`uri au limita 250 pe ora..cu 15-20 smtp`uri trimiti usor 3-4k pe ora

example1@example.com => message sent..1
example2@example.com => message sent..2
example3@example.com => message sent..3
changing smtp..
example4@example.com => message sent..4
example5@example.com => message sent..5
example6@example.com => message sent..6
changing smtp..
reloading smtps..
example8@example.com => message sent..8
example9@example.com => message sent..9
example10@example.com => message sent..10
changing smtp..

suporta spintax...si mai multe..il faceti voi pe placul vostru

!!format smtp`uri: {ssl://|tls://|etc}host;port;user;pass

ex:

tls://smtp.mandrillapp.com;587;saibidalan1975@gmail.com;sugeo

download Zippyshare.com - rstMailerSMTP.tar.gz

Posted

cred ca ce ai facut este genial doar ca da mereu aceasta error:

Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /tmp/rst/mailer.php on line 17

linia 17: use SMTP4PHP\User;

Posted

in ce format le pui? " tls://smtp.mandrillapp.com;587;repfopenge1970@gmail.com;odsZvsEVtPcavT74sWDeUw " trebuie ; sa le desparti..poate ai pus " : " .....vezi ca nu toate smtp`urile folosesc tls , poate asta gresesti....scriptul merge.. l`am testat acum

/usr/bin/php /var/www/sendemail/mailer.php

example1@example.com => message sent..1

example2@example.com => message sent..2

example3@example.com => message sent..3

Posted

gresisem versiunea php , am vazut ca trebuie versiune 5.3.x

dar tot nu primesc mailurile cu smtp normal, adica 123.123.123.123;35;test;test

nu vine, si smtp-u este testat

Posted

message sent..1

message sent..2

message sent..3

=> message sent..3

PHP Fatal error: Uncaught exception 'ErrorException' with message 'Undefined of fset: 3' in /tmp/rstMailerSMTP/mailer.php:50

Stack trace:

#0 /tmp/rstMailerSMTP/mailer.php(50): exception_error_handler(8, 'Undefined offs e...', '/tmp/rstMailerS...', 50, Array)

#1 {main}

thrown in /tmp/rstMailerSMTP/mailer.php on line 50

Posted

@intrus, poti te rog sa fi mai explicit cam unde ar trebui modificat sa trimita mesaj html?

si care stie , senderul cum este acum , trimite mesajul .txt ca attachment, poate cineva sa imi zica ce modificari trebuie facut ca senderul sa trimita mesajul doar html, fara attachment fara .txt ?

multumesc anticipat, senderul este super tare oricum

Posted (edited)

in mailer.php ai urmatoarele randuri.


$email->txtMessage = $body;
$email->from = new User($fromName, $fromEmail);
$email->to = new User("", $to[$t]);
$email->subject = $subject;

Edited by intrus
Posted

iarasi probleme cu senderu :), am setat un smtp de la earthlink.com , trimite tot frumos atata timp cat TOATE adrese de mail sunt valide, daca doar o singura adresa de mail este invalida nu mai trimite nici macar 1 mesaj dupa acea adresa invalida, am facut zeci de teste, ai undeva o error in configurare 100%, eu inca caut sa ii dau de cap dar nu am reusit nimik pana acum, poate il rezolvi tu sau altcineva, care vreti faceti teste , puneti 5 adrese de mail valide , care exista si trimiteti , apoi puneti prima adresa de mail una invalida gen tetingerror123mijdj@yahoo.com, si nu o sa mai primiti nimik.

Posted (edited)

no problem, un mail pe linie trebuie ca ia pe new line

iarasi probleme cu senderu :), am setat un smtp de la earthlink.com , trimite tot frumos atata timp cat TOATE adrese de mail sunt valide, daca doar o singura adresa de mail este invalida nu mai trimite nici macar 1 mesaj dupa acea adresa invalida, am facut zeci de teste, ai undeva o error in configurare 100%, eu inca caut sa ii dau de cap dar nu am reusit nimik pana acum, poate il rezolvi tu sau altcineva, care vreti faceti teste , puneti 5 adrese de mail valide , care exista si trimiteti , apoi puneti prima adresa de mail una invalida gen tetingerror123mijdj@yahoo.com, si nu o sa mai primiti nimik.

fa un try catch, dar face userul deasupra mea..

Edited by Bolovanus

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...