Re: [rt-users] Sending Mail

2016-04-15 Thread Lucas Castro
On 01-04-2016 12:24, Yara Briceño wrote: > Good morning, > > We have an issue when we create a new RT, it isn´t being sent to gmail > adresses. Then the error throws us: > > *Our system has detected an unusual rate of 550-5.7.1 unsolicited mail > originating from your IP address. To protect our

[rt-users] Sending Mail

2016-04-01 Thread Yara Briceño
Good morning, We have an issue when we create a new RT, it isn´t being sent to gmail adresses. Then the error throws us: *Our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your IP address. To protect our 550-5.7.1 users from spam, mail sent from your IP

Re: [rt-users] sending mail from scrip action

2012-08-27 Thread Kevin Falcone
On Sat, Aug 25, 2012 at 03:59:12PM +0200, Gergely Buday wrote: I would like to send e-mails from the scrip preparation code. I use First thing - Don't send mail or make changes from the Preparation stage of a scrip, do it from the commit. You also don't say what you're trying to do, but trying

[rt-users] sending mail from scrip action

2012-08-25 Thread Gergely Buday
Hi, I would like to send e-mails from the scrip preparation code. I use require RT::Action::SendEmail; use strict; use vars qw/@ISA/; @ISA = qw(RT::Action::SendEmail); and would like to set $self-SetTemplate(25); but against my expectation $self is not the scrip object but Action::UserDefined