Exemple #1
0
def mail_file(file):
    mailing_list = ['*****@*****.**']
    cc_list =['*****@*****.**','*****@*****.**']
    bcc_list = ['*****@*****.**']
    Subject = 'Daily_Report_Eweb'
    Content = 'PFA the Daily Report For Eweb  \n\n Regards \n Akash'
    attachment = [file]
    sendMailUtil.send_mail(mailing_list ,cc_list, bcc_list, Subject ,Content,attachment ,0)
def mail_files(outFile):
    mailing_list=['*****@*****.**']
    cc_list = []
    bcc_list = []
    subject = "IT - Skills Jobs Count"
    content = "PFA.\n\nRegards,\nParul\n\n\n\n*system generated email*"
    attachment = [file]
    print 'Mailing file......'
    sendMailUtil.send_mail(mailing_list,cc_list,bcc_list,subject, content,attachment,0)
Exemple #3
0
def mail_file(file):
    mailing_list = ['*****@*****.**']
    cc_list = [
        '*****@*****.**',
        '*****@*****.**'
    ]
    bcc_list = ['*****@*****.**']
    Subject = 'Daily_Report_Lucini'
    Content = 'PFA the Daily Report For Lucini Vendor \n\n Regards \n Akash'
    attachment = [file]
    sendMailUtil.send_mail(mailing_list, cc_list, bcc_list, Subject, Content,
                           attachment, 0)
def mail_file(file):
    mailing_list = ['*****@*****.**']
    cc_list = [
        '*****@*****.**',
        '*****@*****.**'
    ]
    bcc_list = ['*****@*****.**']
    Subject = 'West Bengal DB BreakUp'
    Content = 'PFA the Daily Report For West Bengal \n\n Regards \n Akash'
    attachment = [file]
    sendMailUtil.send_mail(mailing_list, cc_list, bcc_list, Subject, Content,
                           attachment, 0)
def mail_file(file):
    mailing_list = ['*****@*****.**', '*****@*****.**']
    cc_list = [
        '*****@*****.**',
        '*****@*****.**'
    ]
    bcc_list = ['*****@*****.**']
    Subject = 'Daily_Report_Digital_Mailer'
    Content = 'PFA the Daily Report For Digital_Mailer Vendor \n\n Regards \n Akash'
    attachment = [file]
    sendMailUtil.send_mail(mailing_list, cc_list, bcc_list, Subject, Content,
                           attachment, 0)
Exemple #6
0
def mail_file(file):
    mailing_list = ['*****@*****.**', '*****@*****.**']
    cc_list = [
        '*****@*****.**',
        '*****@*****.**'
    ]
    bcc_list = ['*****@*****.**']
    Subject = 'Daily_Report_SVG'
    Content = 'PFA the Daily Report For SVG Vendor \n\n Regards \n Akash'
    attachment = [file]
    sendMailUtil.send_mail(mailing_list, cc_list, bcc_list, Subject, Content,
                           attachment, 0)
Exemple #7
0
def mail_file(file):
    mailing_list = ['*****@*****.**']
    cc_list = [
        '*****@*****.**',
        '*****@*****.**'
    ]
    bcc_list = ['*****@*****.**']
    Subject = 'Daily_Acquisition_Report_Digital_Sense'
    Content = 'PFA the Daily Acquisition Report For Digital Sense \n\n Regards \n Akash'
    attachment = [file]
    sendMailUtil.send_mail(mailing_list, cc_list, bcc_list, Subject, Content,
                           attachment, 0)