Displaying 2 results from an estimated 2 matches for "testrecipi".
2020 Sep 23
2
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
> On 22/09/2020 21:00 PGNet Dev <pgnet.dev at gmail.com> wrote:
> 
>  
> On 9/22/20 10:51 AM, Aki Tuomi wrote:
> >>>
> > 
> > Well, dovecot does not actually do any parsing for system-wide openssl.cnf. This sounds more like OpenSSL issue than dovecot issue.
> 
> I've NO issue with that config/setting with any _other_ app -- whether in general
2006 Jul 15
1
ActionMailer and PDF Attachment and corrupt file?
...l but I cannot find the solution.  I''m trying to attach a PDF file to an email.  For simplicity, I have explicitely named a given file but when I get the email, the attachment is only a partial of the document which causes it to be corrupt.  Sample below:
   
  @recipients = ''test@testrecipient.com''
  @from = "Test <test@mydomain.com>"
  @subject = "My Subject" 
  
   
  fileName = "#{RAILS_ROOT}/documents/test.pdf"
  attachment :content_type => "application/pdf",
  :content_disposition => "attachment",
  :body =>...