Note: Ubuntu Hardy development server.
I've having problems getting Send_mail to work on my development
server.
It works fine on the production server but when I attempt to send on
the development server I get the following error.
* /usr/lib/python2.5/smtplib.py in connect, line 296
- 2 service not known
Whats confusing for me *
* Is Django is expecting me to have a SMTP server on my development
server?
or
* Can I via settings.py make these email send requests go through my
production server.
or
* Is there anyway to make a dummy send_mail simply save the contents
of the messages
locally to record what information is going into the forms somehow,
as I'm not sure if n
need SMTP on my development server or not.
Please advise
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---