Displaying 20 results from an estimated 1000 matches similar to: "smpt server"
2009 Jul 28
6
how to set smpt server for our rails applicaion
hi i am using technoweenie-restful-authentication plug-in for
authentication in my application. i want to send a activation link to
the user''s mail-id.
for that i need to set the smpt server for our rails application, for
that i added the follwing code in config/environment.rb file
ActionMailer::Base.delivery_method:smpt
ActionMailer::Base.smpt_settings = {
:address =>
2006 Jul 11
4
smtp server
Hi,
i am now in the process of building a newsletter system which will send
out emails to users that have enlisted to a certain group;
everything''s going fine, and i an towards the end of this project...now
the real part of the story kicks in, where i need to check to see if the
thing is working or not. i have been looking over the development.log
file, and i see that the emails
2010 Jan 12
1
FW: Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
I think I figured this out. I should not have put the Driver name in
braces. Changing it from {MySQL} to MySQL seems to work.
-----Original Message-----
From: Marcus, Jeffrey
Sent: Tuesday, January 12, 2010 6:09 PM
To: 'r-help at r-project.org'
Subject: Problems connecting with MySQL using odbcDriverConnect (RODBC
package) on Linux
I am sure I'm doing something wrong here but not
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
R-sig-Debian help,
I have installed an ODBC Driver for Linux.
I want to connect to our database through R via:
>library(RODBC)
>con <- odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS")
Warning message:
In odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS") :
ODBC connection failed
I don't really know whether this
2008 Aug 15
1
dbConnect
Hi everybody,
I'm having a problem with connecting to my MySQL database.
Each time I try to connect
library(RMySQL)
m <- dbDriver("MySQL")
con <- dbConnect (m, host="my_host",username="my_username",
password="my_password", dbname="name_of_db")
it says
Fehler in mysqlNewConnection(drv, ...) :
RS-DBI driver: (could not connect
2006 Aug 09
7
changing find method
Hi,
i was wondering if there was a nice clean way(after all, it is ruby) to
change the find method of a certain model/class (Page) so that if i
wanted to use a find method on a @page instance it would return only
specific rows from the table(if the page.published == true/false:
the pages table looked like
SQL:
...
id int not null auto_increment,
published tinyint(1) not null,
something
2020 Apr 30
1
dreplsrv memory
Hi Rowland,
One of my DC is offline because Adsl is down and I can't physicaly reboot modem (Covid confinement) :-/
Here is my headbridge DC config:
[global]
workgroup = PR
realm = pr.educationetformation.fr
netbios name = DC000
server role = active directory domain controller
bind interfaces only = yes
interfaces = lo eth0
printcap
2006 Jul 13
2
mail sending
Hi,
i was hoping someone could reference me to some good documentation on
emails in ruby and emails in general. i am in the end-process of
building an app with a newsletter application in it, and was hoping to
get some references on good places to start off with - - not just in
rails/actionmailer, but email/smtp/sendmail/whatever/protocols when to
use what, what''s best to use when,
2004 May 23
7
[Bug 872] SSH client fails for non-root users with "Host key verification failed"
http://bugzilla.mindrot.org/show_bug.cgi?id=872
Summary: SSH client fails for non-root users with "Host key
verification failed"
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: ssh
2004 Nov 20
3
Another try: apps can't see data files until use of Win. Expl.
[I posted this problem a couple of weeks ago and got no responses. So I'm
trying again]
I have a couple of applications on a WinXP/SP2 system that use data files
on a Samba (v2.2.12, on Linux) shared drive. Immediately after booting
the WinXP system these data files cannot be seen, yet become visible when
the share is browsed with Windows Explorer.
These applications are started
2009 Jul 27
2
Asterisk and Kamailio NAT problem
Hello
Im using Asterisk as a SIP client of Kamailio with RTPproxy. Asterisk is
behind NAT.
X-Lite and SNOM phones behind NAT work fine.
But when I try to connect with an Asterisk behind NAT, the Asterisk
client doesn't receive sound.
I already tried in 2 different NATs, with no firewalls.
This is my Asterisk config:
[kamailio]
type=peer
host=xxx.xxx.xxx.xxx
disallow=all
allow=ulaw
2008 Sep 11
0
Using gmail smpt in production
I have an app that will be handling a lot of incoming e-mail. For dev
purposes we''ve just been using gmail. This seems like a bad idea in
production. Anyone using gmail in production that handles a fair amount of
incoming email?
thx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2004 Sep 02
2
Can't mount samba drive or join domain with W2K3 server
Please cc me on replies.
My employer recently upgraded to W2K3. I have no control over the
employer's set up and limited access to information. Under the old
server, everything was working fine. Now I can't mount the shared drive
anymore.
I'm running Debian sid; samba 3.0.6-3.
################################################
# mount shared_drive
cli_negprot: SMB signing is
2006 Jul 02
18
JOIN conditions
Hi,
how can I get Rails to generate SQL queries with conditions in the JOIN clause?
What I would want is:
SELECT * FROM people p
LEFT OUTER JOIN jobs j (p.job_id = j.id AND j.salary > 9999999)
I tried
People.find(:all, :include => ''jobs'', :conditions => ''jobs.salary > 9999999'')
but that generates
SELECT * FROM people p
LEFT OUTER
2006 Jul 05
8
loginGenerator - getting logged in username
i am working on a site taht uses loginGenerator..
it''s a great little package, but i am running into one little problem..
i would like to have something that says:
"logged in as <username>" in the site, but i am not quite getting it..
what i am using is:
<p>You are logged in as: <%= @session[:user] %>
but i have tried:
<p>You are logged in as:
2012 Jul 06
3
Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'
followed the instruction for installing dashboard, and created user
mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET utf8;CREATE
USER ''dashboard''@''localhost'' IDENTIFIED BY ''my_password''; GRANT ALL
PRIVILEGES ON dashboard.* TO ''dashboard''@''localhost'';"
however, I keep getting
2010 Jan 12
0
Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
I am sure I'm doing something wrong here but not sure what.
Our system administrator recently installed UnixODBC and the MyODBC
driver on a Linux box running Linux version 2.6 x86_64.
I have an .odbc.ini file in my home directory with following lines:
[mydb]
Description = MySQL server on my-server
Driver=/usr/lib64/libmyodbc3.so
SERVER=my-server
I can successfully do the following:
2019 May 13
2
dovecot 2.2.36 and wforce
Hi list
I'm trying to setup dovecot 2.2.36 on a Centos6 to communicate with a
wforce daemon on the remote side. wforce is latest released from git
repo. Daemon part is working and I can successfully send queries from
remote systems to wforce via curl
For dovecot I configured in /etc/dovecot/conf.d/95-wforce.conf
> auth_policy_server_url = http://REMOTE_IP:8084/
>
2009 Jan 02
4
2008 Post Count
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On the Python Tutor mailing list Kent Johnson uses a script to find the
top posters for the year. If this or something like it has been posted,
sorry for the noise;
2008
====
Steve Totaro 796
Tzafrir Cohen 749
Tilghman Lesher 496
Alex Balashov 354
Olivier 334
Philipp Kempgen 251
Gordon Henderson 242
Atis Lezdins 239
Jay R. Ashworth 230
Doug Lytle 207
2009 Nov 03
12
Mysql::Error: query: not connected
Hi there!
I am PHP developer and trying to learn ROR. Currently I am building my
first Rails website (OS X Snow Leopard, TextMate) and decided to
switch from sqlite to mysql. After many-many hours of searching the
internet I managed to install mysql gem. Now I get this error when I
try to run rake migrations:
rake aborted!
Mysql::Error: query: not connected: CREATE TABLE `schema_migrations`