On that note. Leonel, how do we create inbox using web2py that looks 
similar to outlook? So, when someone write a blog post and other replies or 
for chat application to say, we can use that outlook looking interface to 
present the data. Can someone reply to the mail we send with 
[email protected]?



On Wednesday, April 13, 2016 at 6:32:17 AM UTC-4, Leonel Câmara wrote:
>
> If you're asking this, I'm just going to tell you the most obvious way. 
> Just use their SMTP server. I've never used sendgrid with web2py but the 
> config would be something like this:
>
> mail.settings.server = 'smtp.sendgrid.net:587'
> mail.settings.login = 'sendgrid_username:sengrid_password'
> mail.settings.tls = True
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to