Mail::Sender and Precedence: bulk

2017-04-21 Thread Gary Stainburn
This is the constructor I (almost) always use when using Mail::Sender. my $sender=new Mail::Sender {from=>'webmas...@ringways.co.uk', reply=>'webmas...@ringways.co.uk', headers=>'Precedence: bulk', smtp=>'mail.ringways.co.uk', fake_from=>'Webmast

Re: Mail::Sender and Precedence: bulk [solved]

2017-04-21 Thread Gary Stainburn
Sorry to both you all. As usual, having posted asking for help I've managed to find the answer. In stripping out all the bits that I thought were not required to make this post I spotted the syntax error that was causing the issue. By putting the code exactly as shown into a dummy program it