Steven Hancock
a8de3a5a3f
Rails.root and File.join cleanup
...
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
2012-06-11 03:13:20 -07:00
Jonne Haß
4a260056c0
lets see if this fixes #1337
2012-01-04 15:33:41 +01:00
Jonne Haß
a8136ed86b
d'oh aka --amend
2012-01-02 21:11:47 +01:00
Jonne Haß
cc961d66e2
symbolize smtp_authentication setting to conform to rails docs
2012-01-02 21:08:57 +01:00
Maxwell Salzberg
ebf9004f91
update messagebus to latest version of their api
2011-12-19 12:24:25 -08:00
Jonne Hass
5437b6fbd0
okay that didn't work, lets try it this way
2011-11-12 11:36:16 +01:00
Jonne Hass
3c980b7201
added fix for using sendmail with exim, the default -t argument behaves different so lets take it out
2011-11-12 11:24:49 +01:00
Jonne Hass
36a68f5272
specify protocol for url helpers in action mailer
2011-11-11 22:49:18 +01:00
Maxwell Salzberg
d91ea4b9ce
adding support for message bus email service
2011-10-05 12:06:19 -07:00
Maxwell Salzberg
85e51a6dd7
wip
2011-10-05 12:06:19 -07:00
Jonne Hass
70a9f3fd94
made openssl verify mode configurable for SMTP
2011-09-14 20:55:29 +02:00
danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
Raphael Sofaer
e19fb6d0f8
Use authority instead of host in order to get the port as well.
2011-07-21 18:23:33 -07:00
MrZYX
cf1d83878c
fixed #747
2011-05-25 22:50:13 +02:00
Andreas Schneider
0c58d9814b
mailer: Added support for /usr/sbin/sendmail.
...
This fixes bug #788 .
2011-01-08 18:57:24 +01:00
Sarah Mei
1f67cc2485
Replace APP_CONFIG with lib/app_config.rb so that it's testable.
2010-12-24 12:31:09 -08:00
Alec Leamas
eacee54846
Replace APP_CONFIG[:terse_pod_url] with uri object.
...
Adds a new APP_CONFIG[:pod_uri] item, an uri object parsed from
pod_url. Replace all occurrences of APP_CONFIG[:terse_pod_url] with
APP_CONFIG[:pod_uri].host. Closes http://bugs.joindiaspora.com/issues/684 ,
using the well-defined semantics of the uri object.
The pod_url is normalized using module URI's functions, always with a
trailing /.
The diaspora-handle will always reflect the pod_url with this patch
i. e., a pod_url like www.dpod.se will give the handle xx@www.dpod.se ;
previous code stripped the www. prefix. If this is a problem, it
should be addressed by another setting, since one cannot presume that
www.domain.tld resolves to the same address as domain.tld.
2010-12-10 14:29:19 +01:00
Hexagon
36415b0c73
Its now possible to use smtp-servers with no authentication
2010-11-26 20:00:22 +01:00
zhitomirskiyi
0b2e00b7d6
MS IZ the mailer will not be setup unless turned on in the APP_CONFIG
2010-10-26 17:46:19 -07:00
ilya
b337d5acc9
delivery method test in tests
2010-10-22 16:36:54 -07:00
ilya
97f058c625
moving to app config yml
2010-10-07 17:00:38 -07:00
ilya
ad348ed24c
trying the mailer_condig
2010-10-07 16:54:38 -07:00
ilya
720d1daa9e
moved the mailer settings back into env
2010-10-07 15:40:18 -07:00
ilya
8fae836b65
isolating the problem
2010-10-07 15:28:58 -07:00
ilya
43600905dc
trying making the port an int
2010-10-07 15:05:52 -07:00
ilya
7aa49b277c
moved the smtp setting to intializers
2010-10-07 14:36:08 -07:00