mhenrixon (Mikael Henriksson)
- Login: mhenrixon
- Email: mikael@zoolutions.se
- Registered on: 02/21/2011
- Last sign in: 03/08/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/22/2011
-
03:40 PM Ruby Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
I am using RVM, the problem is that anything installed with mac ports that relies on open ssl is going to be in conflict with how rails is using open ssl. It's not so much what Mac Ports installs in the way of Postgre SQL etc but ... -
03:21 PM Ruby Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
Are you using Mac Ports? If you are I solved this by uninstalling mac ports and installing homebrew instead.
=end
03/15/2011
-
02:50 AM Ruby Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
This is what I did to get it solved properly. I uninstalled MacPorts completely and all packages that I installed with it. Then I installed homebrew and reinstalled all packages with this. Seems to have done the trick for me.
=end
03/09/2011
-
03:48 PM Ruby Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
Shane Vaughn wrote:
> Mikael - Did you see the last note on issue 4373? It recommends setting :enable_starttls_auto => true to false. I was getting the same seg fault issue with SMTP and it is now resolved with the the change.
Th...
03/08/2011
-
04:18 AM Ruby Bug #4413: Segmentation fault when using deliver for GMAIL SMTP
- =begin
Any additional information I can provide to help someone fix this?
=end
02/21/2011
-
02:44 AM Ruby Bug #4413 (Rejected): Segmentation fault when using deliver for GMAIL SMTP
- =begin
Hi,
First of all please advise me if I make any mistakes in this post. I've done ruby and rails for about a month.
On my local machine I have a problem with sending email through SMTP. Any time I create a new mail and ...