I was developing a sequence job where mail notification stage should send a mail...
options given were..
mailserver :smtp.gmail.com
senders :xxxxx@gmail.com
receipent :yyyy@gmail.com
I was getting following error...
sequence1..JobControl (DSSendMail): Error when executing command: C:\IBM\InformationServer\Server\Projects\DEMO\sendmail_sequence1_37294114_5720.bat
*** Output from command was: ***
SMTPMail Looking up server...
SMTPMail Opening connection to smtp.gmail.com...
SMTPMail RCV: 220 mx.google.com ESMTP q21sm984973ybk.3
SMTPMail RCV: 250 mx.google.com at your service
SMTPMail RCV: 530 5.7.0 Must issue a STARTTLS command first. q21sm984973ybk.3
Please check any paths in the following command file are correct, and if necessary adjust the 'dssendmail_template.txt' file in the project directory.
Contents of command file:
C:\IBM\InformationServer\Server\DSEngine\bin\dssmtpmail.exe -file sendmail_sequence1_37294114_5720_file.tmp
should i change any thing in dssendmail_template.txt file....
Gmail runs on SSL and STARTTLS is a sendmail command to initiate a secure connection and that's exactly what the error message is pointing you to. How about you try emailing to an address within your office network? Try emailing to your workplace email address.
Add To Favorites View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum