Skip to content
Snippets Groups Projects
email.py 214 B
Newer Older
  • Learn to ignore specific revisions
  • Bodor Máté's avatar
    Bodor Máté committed
    from django.core.mail import send_mail
    
    
    def registration_email(email):
        send_mail('TESZT', 'Udvozlunk a kszkepzesen, ne felejtsd el kitolteni a profilod.',
                  'noreply@devteam.sch.bme.hu', [email, ])