Displaying 20 results from an estimated 1871 matches for "mailers".
Did you mean:
mailer
2006 Aug 28
2
filtering problem using sieve
For some reason, I cannot filter messages that have uppercase or possibly
mixed casing in them. I have tried several tests by connecting
to port 25 and sending messages. The ones that fail are from
MAILER-DAEMON at mydomain.net. Here are the rules I have tried:
require ["fileinto", "reject", "vacation"];
if header :contains ["To", "Cc",
2013 May 02
1
trouble-with-capybara-and-rspec-on-a-new-model-spec
I have searched a lot for a solution, but I could not find it! I am trying
to make a rails application after watching Michael Hartl''s tutorial and
when i fill data manually and submit it nothing happens and nothing records
in the Mailers table and I am facing the following error:
Failures:
1) Mailer pages mail us with valid information should send a mail
Failure/Error: expect { click_button submit}.to change(Mailer, :count).by(1)
count should have been changed by 1, but was changed by 0
# ./spec/requests/mailer...
2010 Mar 23
1
POPS and IMAPS with dovecot
Hi everyone:
when I try to run dovecot after modifying the dovecot.conf file I have
the following error messages:
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.info] Dovecot v1.2.10
starting up
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.info] Generating
Diffie-Hellman parameters for the first time. This may take a while..
Mar 23 09:56:52 mailer dovecot: [ID 583609 mail.error]
2013 Jul 22
3
dovecot: imap-login: Aborted login
Hello every one
first I'am new to mail servers,
I have followed this tutorial -->
https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql?format=print
to set up
an Ubuntu 12.04 Dovecot postfix mail box for a subdomain
mailer.adnane.me, I think I followed every thing right but I get
disconnected when I try to access adnane at mailer.adnane.me with thunderbird
dig mx
2006 May 01
0
Same .rhtml and partial in mailer and non-mailer contexts
I have an ActionMailer template that properly generates HTML email. It
contains a partial.
The mail action was called via the following in my controller:
def cmasend
@cmaform = Cmaform.find(params[:id])
Mailer.deliver_cma(@cmaform)
flash[:notice] = ''CMA Sent.''
redirect_to :action => ''list''
end
Then, in order to allow a
2012 May 17
0
Two layouts in one mailer
...layout :devise_or_application
def devise_or_application
["edit", "update", "destroy"].include?(params[:action]) ?
"application" : "devise"
end
end
Now I need the same thing for my mailer, but params[:action] is not
available in mailers. Is there another way to use different layout in one
mailer, based on which mailer method is being called, like above?
Mailer in question is a custom Devise mailer (inheriting from default
Devise mailer), so I can''t really use different mailer, as Devise allows me
to configure only one...
2007 Apr 24
3
Deliver sending bounces from 'MAILER-DAEMON@'
Hello,
I'm having a problem with postfix and/or dovecots "deliver". I'm
getting these lines in the mail log:
| Apr 24 11:42:08 smtp2 postfix/qmgr[6176]: 05BAE3B67E: from=<>, size=3055, nrcpt=1 (queue active)
| Apr 24 11:42:08 smtp2 postfix/qmgr[6176]: 05BAE3B67E: to=<MAILER-DAEMON@>, relay=none, delay=0.01, delays=0.01/0.01/0/0, dsn=5.1.3, status=bounced (bad
2011 Jul 27
3
Rspec with ActionMailer and .deliver
I''m in the process of migrating from Rails 2 with rspec 1 to Rails 3 with
rspec 2, the process has been going pretty well, however, today I came
across an issue that I wanted to share.
I have a controller that sends out an email through a mailer.
Rails 2
code: CurriculumCommentMailer.deliver_comment_update(@curriculum_comment,
"created")
Rails 3 code:
2013 Jun 06
1
Introducing MailJack: autogenerate querystring parameters that are appended to links in your emails
....
Wondering if anyone would be so kind as to tell me what they think and/or
code review it.
MailJack - its like LoJack but for the links in your emails. The problem
this solves is the ability to track click throughs in emails.
https://github.com/synth/mail_jack
Basically, you specify what mailers you want to track links in, and what
query string parameters you want to include. What''s cool is that you pass
a Proc to each query string parameter that is evaluated at mail send time.
Here''s what the configuration looks like
MailJack.config do |config|
config.mailers = [...
2011 Mar 07
2
One Mailer for all
Can I have one mailer for all? Would that be called
application_mailer.rb
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2015 Jan 18
2
sendmail not invoking dovecot-lda
hi dovecot mailinglist
- Configuration
FreeBSD-9.3
sendmail -d0.1 == sendmail-8.14.9 <<--
dovecot --version == dovecot-2.2.15
# ===================================================================
# I'm trying to get sendmail to invoke dovecot.m4 ( dovecot-lda ) to
# deliver emails to dovecot's virtual users ( /etc/dovecot/passwd )
# or mysql/postgresql virtual users
#
2010 Jan 30
0
Action Mailer: All mail comes from MAILER DAEMON
Action Mailer: All mail comes from MAILER DAEMON.
host on slice with postfix and google app. any idea?
Please help.
Thanks.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2019 Nov 28
2
sendmail -> lmtp 501 5.6.0 Data format error
When changing in a working setup sendmail.mc
From this
MAILER(smtp)dnl
MAILER(procmail)dnl
To this
FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl
MAILER(local)dnl
I am getting these errors '501 5.6.0 Data format error' and '
Unrecognized host name'.
What should I change in my lmtp config? Could this be related that
messages are being relayed from
2012 Oct 06
1
Mailer (was: Error 0400)
...tftp-hpa <syslinux at zytor.com>
> <mailto:syslinux-request at zytor.com?subject=unsubscribe>
> <mailto:syslinux-request at zytor.com?subject=subscribe>
>
Ady, Is this the default behavior of your mailer (X-mailer: Pegasus
Mail for Windows (4.63))? Most mailers I've seen don't expose headers
like that into the body.
--
-Gene
2007 Oct 18
0
cruise control rb mailer / Action Mailer
I am getting this error message when the mailer tries to execute
TLS not available after start at /usr/lib/ruby/1.8/net/smtp.rb:680:in
`check_response''
any one have any idea whats going on here
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Jun 27
4
Action Mailer - weird rendering issues
Hello,
While sending email notifications from ThoughtNotifier, I am getting weird
exceptions, which sometimes occur on the production machine, but I haven''t
been able to reproduce on my development machine.
There should be no error while rendering
`thought_notifier/share_notification.rhtml''
template, but if for some reason it is rendering
2000 Jan 27
2
oops
...ult mailer, before
I looked at bug.report() carefully and saw that it checked
"/usr/ucb/mail", and "Mail" as well as "mailx". I guess I had had the
problem with this in a previous version.
Would it be clearer to have .Options$mailer be a vector or list of
alternate mailers that were checked in turn, rather than having them
hard-wired into bug.report()?
(e.g., .Options$mailer <- c("mailx","Mail","/usr/ucb/mail")
--
Ben Bolker bolker@zoo.ufl.edu
Zoology Department, University of Florida http://www....
2010 Jul 12
3
deliver and root user
On RHEL5, dovecot 1.0.7, I have set up sendmail to use `deliver` for
my local mda. It keeps giving me this error for the root user though:
Jul 12 12:51:29 mail sendmail[4105]: o699225f001348:
to=<root at localhost.localdomain>, ctladdr=<root at localhost.localdomain>
(0/0), delay=3+08:49:26, xdelay=00:00:00, mailer=local, pri=7502879,
dsn=4.0.0, stat=Deferred: local mailer
2008 Sep 09
6
Prioritizing Mailer Queue / Action Mailer
Hi,
I have different kinds of mails going out. For eg:
1. signup
2. notification mails
etc
I am using mailer queue to avoid mongrels waiting on email to be sent.
However, it makes sense to have signup mails go instantaneously whereas
other mails can go to mailer queue.
Has anyone done such thing? Any suggestions please?
Regards,
SG
--
Posted via http://www.ruby-forum.com/.
2014 Dec 26
4
Fail2ban mail failures ???
I'm using fail2ban with CentOS 6.6. Something is causing fail2ban's
alerts sent to root's mail to be rejected. Here's a clip from one of the
error messages:
Message 48:
From MAILER-DAEMON at lion.protogeek.org Sun Dec 21 03:09:20 2014
Return-Path: <MAILER-DAEMON at lion.protogeek.org>
Date: Sun, 21 Dec 2014 03:09:19 -0600
From: Mail