Displaying 20 results from an estimated 10000 matches similar to: "Verify E-mail Delivery"
2008 May 06
2
Can you use RSpec to test initializers?
Hi there!
I''m trying to spec out some code that will set the smtp_settings in a
custom ActiveMailer object. Basically I want to check that if my
configuration object has the right smtp_server, that the ActiveMailer
object gets set up correctly. So, my spec looks like this:
it "uses smtp server if config says so" do
2008 Apr 25
6
ActionMailer
Hi all,
I need a help. I have got a user registration form, where the user signs
up and then an activation link is sent to the user email id for
activating his/her account. Now I need to send an another email to the
user, only after he logs in for the first time in my site, then the
second email should be sent. Can anybody give me some suggestion on how
to do it ??
NB: When the user clicks on
2007 Feb 15
1
Has anyone run function tests on ActionMailer?
I am running function tests to see if ActionMailer mails out an email.
I have two development machines, both with rails 1.1.6. On one
machine, the ActionMailer::Base.deliveries array resets itself after
each test. On the other machine, the array keeps accumulating the
emails from the previous function tests and doesn''t clear out the
array after each test.
Both machines have identical
2005 Sep 14
9
Sending Emails via Cron
I''m developing an application using RoR that will generate enough email
notifications that I don''t want them in the actual web application. So, I''m
thinking about having an outgoing queue that a cron job would pick up and
deliver. My question is if this is possible with a ruby script that uses
ActiveRecord and ActiveMailer?
2006 Jul 24
5
Actionmailer sending many emails in same SMTP connection?
Hi,
I need to implement a mailing list system,
Actionmailer is great, but i haven''t found out a way to send many
(hundreds of) emails without having to reconnect to the SMTP server for
each mail when calling
Mymailer::deliver_my_mail(recipient)
Any tips?
(Possibly without calling directly Net::SMTP, so i can take advantage
of the rhtml rendering of the body)
Thanks,
Best regards,
2008 Feb 24
3
1 error(s) on assignment of multiparameter attributes
I am trying to create a form for processing credit cards. For the
credit card expiration date, I would like to leave the day field out
of the form for obvious reasons. However, the following code is
producing an error for me.
Any ideas?
Thanks!
<p><label for="email">Expiration</label><br/>
<input type="hidden" id="user_card_expiration_3i"
2009 Oct 20
5
Annoying problem with file_field and paperclip
Hi all,
I have a really really annoying problem that''s driving me nuts with
file_field and paperclip and having to upload images everytime a form is
edited even though the user is quite happy with the currently uploaded
image or loose the previously uploaded image.
This seems to be caused by the rails file_field helper not storing the
data that has been read in from the db in the same
2007 Mar 03
1
Mailing lists in rails?
I have a client that wants to send out a mass email to all of the
registered users. I figured I would use ActionMailer for this, but is
this suitable for mass emailing? Or is there another solution or a
better way to do this?
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2006 May 15
6
Getting Net::IMAP to work with PLAIN auth type...
Hi there,
I''m new to rails and I''ve been successful tinkering around but
am miffed by the process of trying to connect to my mail server to receive
email for ActiveMailer parsing. I''m hosted on TextDrive and have read the
following article on the RubyonRails wiki:
http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer.
I want to
2011 Aug 03
3
e-mail serving
I am going to try an experiment with e-mail aggregation where I expect to
receive over 1 million e-mails a day from public lists.
Can anyone shed some light on hard disk space (to retain this e-mail for
long periods) and system specs to be able to handle the load?
I am looking to buy a low end box, but that can hold lots of RAM and
accomodate a fair number of HD's to store the e-mail while
2013 Mar 23
0
Rails4 and ActionMailer::Base.deliveries
Can someone who is working with Rais 4 verify
if ActionMailer::Base.deliveries returning valid data or an empty set? I''m
looking at the ActiveMailer source code and changelog and nothing jumps out
at me.
This is with the same code and configuration that worked for me in Rails
3.x but now with Rails 4.0.0.beta1 and Ruby 1.9.3p374. delivery_method is
set to :test in both my
2008 Nov 18
5
What is the preferred "lightbox" plugin?
Hi all -
I need to do an overlay with something that supports ajax/remote
html. There''s lots of options and quite a few rails plugins. Some
seem out of date however.
Any suggestions on which one is "best" where "best" is defined as easy
to implement, works in all browsers, supports ajax or remote html.
Thanks!
-philip
2009 Jun 02
0
Delivery reports about your e-mail
The original message was received at Tue, 2 Jun 2009 17:51:15 +0200
from digium.com [50.157.134.39]
----- The following addresses had permanent fatal errors -----
<asterisk-users at lists.digium.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asterisk-users at lists.digium.com
Type: application/octet-stream
Size: 28864 bytes
Desc: not available
2011 Feb 17
0
DSN: failed (Delivery reports about your e-mail)
This is a Delivery Status Notification (DSN).
I was unable to deliver your message to
vous@corse.tk.
I said
RCPT TO:<vous@corse.tk>
And they gave me the error;
554 5.1.2 <vous@corse.tk>: Recipient address rejected: Bad destination system address
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Apr 20
7
Stubbing Model.new w/ block?
Ok, I followed the advice of the list and moved more code into my
model from my controller. When developing tests for this new code, I
ran into a problem...
My model code creates a receipt object and sets some values on it:
@receipt = Receipt.new do |r|
r.x = 1
r.y = 2
# etc
end
I wanted to be able to stub out Receipt.new so that I could set
expectations on the methods called on the
2008 Jul 10
6
Uppercase all row columns
Hi.
I have to convert the contents of all columns to uppercase before
creating a row. Is there an easy way to accomplish this so I don''t
have to go one column at a time and upcase! it?
Thanks.
Pepe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2006 Jan 01
5
scaffold not working on Windows XP
Hello,
I did a fresh install of ruby182 and gem rails --include-dependencies
Now when I do:
rails receipts
cd receipts
ruby script\generate scaffold receipt receipt
rails does not create the views or controller.
What can I do?
Thanks
Frank
1998 May 13
1
Logging into a remote domain???
Hi -
I'll be the first to say I don't completely understand Windows
networking, but I did get the following to work when everybody
(clients-w95/server-solaris) were on the same subnet.
W95 boots up and prompts for username,password, and domain. I log in, and
presto I'm connected and netlogon scripts run and everything is great.
This is when I'm testing it on a completely
1998 Jul 17
4
Can I specify a different username under Win95???
Hi all -
I have the latest samba up and running fine except for one small
problem. The username I use to log into the NT domain is different than
the username I log into samba with. I have no control over the former,
and would *really* rather not change the latter.
I've searched the net, and the archives, and got only saw bits and pieces
of this issue, never quite fully answered.
Is it
2005 Dec 31
6
What does this error mean when using scaffold?
Last login: Fri Dec 30 15:34:43 on ttyp1
source /private/var/tmp/folders.501/TemporaryItems/Locomotive.
1135999534.992790-16807
Welcome to Darwin!
frank-roccos-powerbook58:~ farocco$ source /private/var/tmp/folders.
501/TemporaryItems/Locomotive.1135999534.992790-16807
frank-roccos-powerbook58:~/Documents/receipts farocco$ script/
generate scaffold receipt receipt