Cristi Ocolisan wrote:
: Hi all,
: 
: I'm trying to develop a system to send mass mailing.
: In order to do that I already developed the script, but I faced
: some problems when I ran it. (I'm using MySQL to store the e-mail
: addresses)
: 
: 1. It seems that I have to LIMIT the number of addresses (to max.
: 100) when I send a message.

    Why do you have to do that? What happens when you use 101 email
addresses? Is this a limit of your mail server, MySQL, or of the
module you are using to send bulk mail?


: 2. I cannot verify if the message is received or it came back to me,
: unless I read the maillog on the server.

    You need a module which reads the maillog on the server. Did you
search for a mail module like that at CPAN? Perhaps one that looks for
bounced email might do.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to