If I can get this running on my system this will be
exactly what I've been looking for :)
My problem is this: When I try to send the newsletter,
I get "Error Sending Mail" for each address on my list.
I've set up my profile and checked it repeatedly. To
try debugging, I opened it with the console window
available, here's a snippet of what I'm getting:
-------
Array
(
[0] => Content-Type: multipart/mixed;
boundary="=_00e7cc8d74b95276f6c1d844d09da124"
[1] => Mime-Version: 1.0
[2] => From: News From Ron <REMOVED>
[3] => Subject: Ron's Newsletter - November 2004 Test
[4] => Reply-To: <REMOVED>
[5] => X-Mailer: NewsletterManager 0.2 BETA
)
Number of adresses: 3
Number of E-Mails to send: 3
Error sending mail
Array
(
[0] => 5.5.2 Need Mail From: first
[1] => 5.5.2 Need mail command.
)
Error sending mail
Array
(
[0] => 5.5.2 Need Mail From: first
[1] => 5.5.2 Need mail command.
)
Error sending mail
Array
(
[0] => 5.5.2 Need Mail From: first
[1] => 5.5.2 Need mail command.
)
Finished sending the Newsletter!
Sending aborted by the user!
-------
I've tried multiple smtp servers in my workcenter that
are setup to allow me to send through. Any ideas?
Thanks :)