8 lines
178 B
Python
8 lines
178 B
Python
|
|
#!/usr/bin/python
|
||
|
|
|
||
|
|
#Don't forget to give this file 700 permissions to keep it safe
|
||
|
|
|
||
|
|
user='your-email@example.com'
|
||
|
|
passwd='your-email-password'
|
||
|
|
rcpt='recipient-email@example.com'
|