Re: Need Advice: Sending Emails

2013-04-12 Thread Venkatraman S
On Fri, Apr 12, 2013 at 10:51 PM, Kurtis Mullins wrote: > Check out sendgrid. If you use Rackspace I think they even give you a good > discount. > Yes, they are called as "ESP" - Email Service Provider. And I have thought about them. Looks like this is the only way possible if i want to confirm

Re: Need Advice: Sending Emails

2013-04-12 Thread Kurtis Mullins
Check out sendgrid. If you use Rackspace I think they even give you a good discount. You could also just configure everything to use Google's SMTP. I've done that for quite a few projects. On Fri, Apr 12, 2013 at 12:19 PM, Tom Evans wrote: > On Fri, Apr 12, 2013 at 5:01 PM, Venkatraman S wrote

Re: Need Advice: Sending Emails

2013-04-12 Thread Tom Evans
On Fri, Apr 12, 2013 at 5:01 PM, Venkatraman S wrote: > Looks like an overkill to me. Why setup an SMTP server for this! > Are there no other options? Use your ISPs SMTP server. If your ISP doesn't provide one, you have to provide one. Some MTA has to deliver the email to the right MDA, if your

Re: Need Advice: Sending Emails

2013-04-12 Thread Venkatraman S
Looks like an overkill to me. Why setup an SMTP server for this! Are there no other options? On Fri, Apr 12, 2013 at 12:00 PM, Sergiy Khohlov wrote: > setup SMTP. and set your django server as trusted smtp client > > Many thanks, > > Serge > > > +380 636150445 > skype: skhohlov > > > On Fri, Ap

Re: Need Advice: Sending Emails

2013-04-11 Thread Sergiy Khohlov
setup SMTP. and set your django server as trusted smtp client Many thanks, Serge +380 636150445 skype: skhohlov On Fri, Apr 12, 2013 at 9:05 AM, Venkatraman S wrote: > Well, my Q what should i do so that i get 'delieverd' emails from both > django apps and also *nix processes. > > > On Fri

Re: Need Advice: Sending Emails

2013-04-11 Thread Venkatraman S
Well, my Q what should i do so that i get 'delieverd' emails from both django apps and also *nix processes. On Fri, Apr 12, 2013 at 11:11 AM, Sergiy Khohlov wrote: > this is expected behavior. > SMTP server should blocks attempt to send email from nonauth client. In > other case it is open rel

Re: Need Advice: Sending Emails

2013-04-11 Thread Sergiy Khohlov
this is expected behavior. SMTP server should blocks attempt to send email from nonauth client. In other case it is open relay. Many thanks, Serge +380 636150445 skype: skhohlov On Thu, Apr 11, 2013 at 9:37 PM, Venkatraman S wrote: > > Am sure many in this mailing list are running website

Need Advice: Sending Emails

2013-04-11 Thread Venkatraman S
Am sure many in this mailing list are running websites that send emails to customers from their django applications. And also emails from the operating system(like logwatch etc). I was wondering how you do you achieve both? For example, when i use a gmail id, i see that i am able to send an email