My Google app engine application needs to send out email. On development server i specify my smtp configuration (host,port,user,password) while starting the server, and app engine sends email using the specified smtp paramters.
How do i do the same with production server? (if it can be done at all)