Bolovanus Posted February 14, 2014 Report Share Posted February 14, 2014 aveam nevoie de emailer care suporta mai multe smtp`uri si le roteste..am facut unuloutput: 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 oraexample1@example.com => message sent..1example2@example.com => message sent..2example3@example.com => message sent..3changing smtp.. example4@example.com => message sent..4example5@example.com => message sent..5example6@example.com => message sent..6changing smtp.. reloading smtps.. example8@example.com => message sent..8example9@example.com => message sent..9example10@example.com => message sent..10changing smtp..suporta spintax...si mai multe..il faceti voi pe placul vostru!!format smtp`uri: {ssl://|tls://|etc}host;port;user;passex:tls://smtp.mandrillapp.com;587;saibidalan1975@gmail.com;sugeodownload Zippyshare.com - rstMailerSMTP.tar.gz Quote Link to comment Share on other sites More sharing options...
thepaper Posted February 22, 2014 Report Share Posted February 22, 2014 how to use it. Thanks for sharing Quote Link to comment Share on other sites More sharing options...
zin0 Posted March 8, 2014 Report Share Posted March 8, 2014 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 17linia 17: use SMTP4PHP\User; Quote Link to comment Share on other sites More sharing options...
Bolovanus Posted March 8, 2014 Author Report Share Posted March 8, 2014 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.phpexample1@example.com => message sent..1example2@example.com => message sent..2example3@example.com => message sent..3 Quote Link to comment Share on other sites More sharing options...
l3tmeb3 Posted March 11, 2014 Report Share Posted March 11, 2014 Mie nu-mi da eroare, doar ca nu primesc mailurile ! Quote Link to comment Share on other sites More sharing options...
zin0 Posted March 12, 2014 Report Share Posted March 12, 2014 gresisem versiunea php , am vazut ca trebuie versiune 5.3.xdar tot nu primesc mailurile cu smtp normal, adica 123.123.123.123;35;test;testnu vine, si smtp-u este testat Quote Link to comment Share on other sites More sharing options...
Bolovanus Posted March 12, 2014 Author Report Share Posted March 12, 2014 pui tls:// sau ssl:// in fatade mers merge, altfel nu`l puneam aici Quote Link to comment Share on other sites More sharing options...
l3tmeb3 Posted March 12, 2014 Report Share Posted March 12, 2014 message sent..1message sent..2message sent..3 => message sent..3PHP Fatal error: Uncaught exception 'ErrorException' with message 'Undefined of fset: 3' in /tmp/rstMailerSMTP/mailer.php:50Stack 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 Quote Link to comment Share on other sites More sharing options...
Bolovanus Posted March 12, 2014 Author Report Share Posted March 12, 2014 adresa la care ai trimis nu e ok, de asta erroarea Quote Link to comment Share on other sites More sharing options...
zin0 Posted March 12, 2014 Report Share Posted March 12, 2014 am incercat sa trimit un mesaj in HTML , din pacate vine mesajul dar .txt Quote Link to comment Share on other sites More sharing options...
intrus Posted March 12, 2014 Report Share Posted March 12, 2014 vezi in clasa ca ai si posibilitatea de a trimite html . $this->HTMLMessage = $htmlMessage; $this->TXTMessage = $textMessage; Quote Link to comment Share on other sites More sharing options...
l3tmeb3 Posted March 13, 2014 Report Share Posted March 13, 2014 Adresa la care am incercat este f buna, nu e la misto pusa, dar am sa mai incerc . Quote Link to comment Share on other sites More sharing options...
Nicotin Posted March 13, 2014 Report Share Posted March 13, 2014 Folositi AMS Quote Link to comment Share on other sites More sharing options...
l3tmeb3 Posted March 13, 2014 Report Share Posted March 13, 2014 AMS E INVECHIT RAU !Si-ti f..e smtp`urile maxim din cauza la headere . (scz de off ) . Quote Link to comment Share on other sites More sharing options...
zin0 Posted March 14, 2014 Report Share Posted March 14, 2014 @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 Quote Link to comment Share on other sites More sharing options...
intrus Posted March 14, 2014 Report Share Posted March 14, 2014 (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 March 14, 2014 by intrus Quote Link to comment Share on other sites More sharing options...
Bolovanus Posted March 14, 2014 Author Report Share Posted March 14, 2014 comentez doar ca sa mi se vada avatarul Quote Link to comment Share on other sites More sharing options...
Sr.Fischer Posted March 15, 2014 Report Share Posted March 15, 2014 I'm a new member , You can call me Sr.Fischer thanks for the share Quote Link to comment Share on other sites More sharing options...
zin0 Posted March 18, 2014 Report Share Posted March 18, 2014 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. Quote Link to comment Share on other sites More sharing options...
fjtr Posted March 18, 2014 Report Share Posted March 18, 2014 @op il ajustezi un pic ca la eroare sa treaca la urmatorul ? Lista de mailuri , nu ii inteleg formatul, merge si cu un mail pe linie ? Quote Link to comment Share on other sites More sharing options...
Bolovanus Posted March 18, 2014 Author Report Share Posted March 18, 2014 (edited) no problem, un mail pe linie trebuie ca ia pe new lineiarasi 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 March 18, 2014 by Bolovanus Quote Link to comment Share on other sites More sharing options...
zin0 Posted March 18, 2014 Report Share Posted March 18, 2014 te referi la linia asta din mailer.php:catch (Exception $email){ echo "$to[$t] => message not sent\n";}??daca nu, poti te rog sa imi zici rezolvarea? Quote Link to comment Share on other sites More sharing options...