similar to: Composing HTML e-mail with a PDF attachment

Displaying 20 results from an estimated 300 matches similar to: "Composing HTML e-mail with a PDF attachment"

2005 Dec 19
0
Re: Rails Digest, Vol 15, Issue 392
Peter Bohm wrote: > which way do you send the email? Using the raw TMail object as described > in the HowToSendMimeMultipartEmailsWithActionMailer? Can you post some code? I''ll describe the problem in a bit more detail, and then will describe what I did to solve it. The site I''m working on wanted to send an acknowledgment to people using our e-commerce site. The message
2006 Feb 16
1
Relative paths in Webrick vs. lighttpd
Hi, everyone. I''ve got a development server running Webrick, and a production server running under lighttpd. The following two lines of code work just fine in the development server, but bombs out on the production server with a "file not found" error: label_base_jpeg = "app/views/price_books/label.jpg" canvas = Magick::ImageList.new(label_base_jpeg)
2006 Jan 27
1
Code snippet request: Text email with attachment
I tried following this wiki tutorial: http://wiki.rubyonrails.org/rails/pages/HowToSendMimeMultipartEmailsWithActionMailer But I''m getting lots of errors and suspect that there may be mistakes in the code. Anyone got a snippet of a *working* multipart email (maybe using TMail) ? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Feb 19
2
Missing text/html content in production (but not development)
Hi, everyone. I''m getting a production server ready for a site I''m working on, and I''ve been a bit stumped by a difference between the development server (running under Webrick) and the production server (running under lighttpd). Here''s the scenario: I''m working on a variation of an e-commerce system. When someone finalizes an order with our
2007 Oct 15
3
Is there a sample config out there?
Hi folks, I''m working on building up a puppet infrastructure, and I''m having the darndest time putting it all together. I''ve read through as many of the docs as I can find. I''ve read the best practices guide. And I''m still not grokking how to do what I want to do in puppet. I''ve spend enough time with cfengine that I''m sure
2008 Aug 25
1
Displaying Equations in Documentation
I'm currently working on writing up some documentation for some of my code, but am having the darndest time coding in equations. For example, the equation in the following: \details{ Calculated the R Squared for observed endogenous variables in a structural equation model, as well as several other useful summary statistics about the error in thoe variables. R Squared values are
2005 Dec 20
1
Sending mail error
hey, i get this message when i want to send a mail 5.3.3 AUTH not available c:/ruby/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' c:/ruby/lib/ruby/1.8/net/smtp.rb:582:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `critical'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `__send__''
2006 Jun 26
1
RJS and Google Maps API
Is there a repository for RJS extensions? Has anyone built some extensions for RJS that play well with google maps? I''m having a play with using RJS to power our mapping sites. Anyone experienced? Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060626/1931ed29/attachment.html
2006 Nov 01
2
How to: Individualized mass email with ActiveMailer - separate thread?
Hi, We are building a rails application that''s sort of a CRM + room/course booking. Among other things, it provides a centralized database of all the people the company has been in contact with. We want to provide the possibility of sending customized email messages to groups of contacts, for example a newsletter to 500 people starting with "Hi [:name:]". The naive approach
2008 Jul 29
0
Major Cloud Computing Testbed Announced at University of Illinois
*R we Wishing on a cloud-* I would like to Test R as an cloud analytical tool. remote submit csv files to the web for data mining , get data crunching with scalable processing power and disk storage , display Silverlight graphs of summarization, downloadable in pdf's. data mining on demand, on function. rather than pay costly annual analytical softwares license fees. analytics
2005 Dec 14
3
help - how do I send an email ?
Hello, I cannot get a simple email to work. What is the syntax to send an email? I have actionMailer defined in environments.rb Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
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,
2005 May 03
0
ActionMailer w/ attachment
I am having trouble sending email w/ attachments as described in the following how-to article: http://wiki.rubyonrails.com/rails/show/HowToSendEmailsWithActionMailer I can send basic emails successfully but the discussion regarding attachments is giving me trouble. mail.set_content_type(''multipart'', blah blah) mail.parts << my_attachment Questions: 1) Am I setting the
2006 Jan 29
2
Contact form which generates e-mail...
I''m still struggling with my first RoR application, and have now encountered yet another problem I have no idea how to solve. I would like to have a contact form where people can write e-mails to me directly from my site. I can do this with php, but have no clue whatsoever on how to do it with RoR. I tried searching for it, but RoR is really lacking tutorials and example code, I
2007 Jan 06
6
Exception notifier not working
I installed the exception notifier via: /script/plugin install -x exception_notification It resides in the vendor/exception_notification directory (as advertised). I''ve configured environment.rb with the following: ExceptionNotifier.exception_recipients = %w(blakemiller-uBzjpPW2m0pBDgjK7y7TUQ@public.gmane.org) ExceptionNotifier.sender_address = %("Application Error"
2001 Oct 18
0
2.2.19+0.0.7a assert in transaction.c:journal_start()
We have a machine that is trying its darndest to house a linux kernel cvs repository. The machine is a dual 733mhz p3 netfinity of some kind. 512M of mem. Filesystem 1k-blocks Used Available Use% Mounted on /dev/sda1 16484504 4015876 11631240 26% / /dev/sda2 31079 3199 26276 11% /boot /dev/sdb2 16516084 32828 15644264 1%
2006 Jul 05
1
actionmailer
Hello, 1) I sent email but the attachment cann''t be read and i don''t know why?!! I used this help: http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer 2) let us can be obtained an acknowledgement of delivery with Actionmailer or know if an email is valid? thx. -- Posted via http://www.ruby-forum.com/.
2006 May 24
1
send email from form input
OK, I am a Rails nuby, so please keep that in mind. I want to have a form on a page where users can enter in their email address in one field, a message in a text area field, and when they click "submit" the message should be sent to a static email address, say me@mysite.com. I have read the "HowToSendEmailsWithActionMailer", but I am not sure this is exactly what I need.
2006 Feb 28
0
Help: Script isn''t sending any email
Hi, I followed the directions to a ''T'' from the following website: http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer However, the script is dying because it says that the <%= first_name %> value in my notifier view is nil. here is my code: Controller code (abridged): def signup userid = @session[:user].id @user = User.find(userid) @bill =
2007 Jan 11
2
Can't send email from my mac?
Do I need to do anything special to test the ActionMailer to make sure it emails? I''m developing locally on my macbook pro. I made a simple test method straight out of a book that I know works and I''m not getting any email. Do I need to turn on a service? Open a port? Thanks for your help. -- Posted via http://www.ruby-forum.com/.