Jump to content
Bolovanus

[get] Email php mailer with smtp rotation etc

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

@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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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