Gmail mail server

Posted by Neveen on Stack Overflow See other posts from Stack Overflow or by Neveen
Published on 2010-05-25T15:18:32Z Indexed on 2010/05/25 15:21 UTC
Read the original article Hit count: 168

Filed under:
|

Hello,

I used use Google’s slick interface to get my mail and It’s always going to be here:

https://mail.google.com/a/yourdomainhere.com

I want to write python script that send mail so i failed to configure server settings

smtp = smtplib.SMTP('what is mail server will be?', what is the port)
smtp.login('[email protected]', 'pass')

Please could any one help me ??

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about gmail