[CalendarServer-changes] [2745] CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/ scheduling/imip.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 21 13:48:01 PDT 2008


Revision: 2745
          http://trac.macosforge.org/projects/calendarserver/changeset/2745
Author:   cdaboo at apple.com
Date:     2008-07-21 13:48:01 -0700 (Mon, 21 Jul 2008)
Log Message:
-----------
Use the outgoing port number from the plist.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/imip.py

Modified: CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/imip.py
===================================================================
--- CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/imip.py	2008-07-21 20:26:09 UTC (rev 2744)
+++ CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/imip.py	2008-07-21 20:48:01 UTC (rev 2745)
@@ -76,7 +76,7 @@
                     toAddr = toAddr[7:]
                     sendit = message.replace("${toaddress}", toAddr)
                     log.debug("Sending iMIP message To: '%s', From :'%s'\n%s" % (toAddr, fromAddr, sendit,))
-                    yield sendmail(config.Scheduling[self.serviceType()]["Sending"]["Server"], fromAddr, toAddr, sendit)
+                    yield sendmail(config.Scheduling[self.serviceType()]["Sending"]["Server"], fromAddr, toAddr, sendit, port=config.Scheduling[self.serviceType()]["Sending"]["Port"])
         
                 except Exception, e:
                     # Generated failed response for this recipient
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080721/50d5c282/attachment.html 


More information about the calendarserver-changes mailing list