in reply to Re^4: Net::SMTP newsletter
in thread Net::SMTP newsletter

Yes. Just rewrite the program so that each thread uses the servers subsequently, instead of just using one mail server.

Replies are listed 'Best First'.
Re^6: Net::SMTP newsletter
by commonlybon (Initiate) on Dec 22, 2008 at 16:13 UTC
    I am just a noob in perl Corion...so please give me further details,an +d NO I am not asking for the full code just some hints to work on...I + never worked with simple threads and neighter with threads::queue I +just had some fun with Parallel::Forkmanager...Anyway i'm really a no +ob sorry for any headacke I may cause but I really need help...

      What part of the code do you have problems with? My code is a self-contained example of how to easily do things in parallel by using threads. I'm sure you could basically do the same using Parallel::ForkManager. So maybe you want to do that.

        Fast answer...anyway with Parallel::ForkManager I can only send to 1 e +mail at a time...I just can't make it take the first 10 emails in 1 f +ork and the next 10 in the second fork...This is what I want to do