Forum Discussion
6 Replies
- anubhav_nautiyaContributor
are you getting an error?, you have to write the file in sldb, also I believe the attachment size should be less than 25 MB, after your file writer snap use an email sender snap and set the attachment property to $filename, This should work fine.
file writer output :
email sender:Regards
Anubhav - hina_waliaNew Contributor
Please see attached, (i have 2 issues- csv file not generated and file not sent in email).I am not able to send data of sql to csv file.Please see attached
- anubhav_nautiyaContributor
Do you get any data when you validate the pipeline? or you dont get the output in validation too
- hina_waliaNew Contributor
I am getting cannot connect to email server, though same server works in another application tool for sending email. Can this be a access issue?
Reason:Failed to send email message: Could not connect to SMTP host: xxx, port: 25
Hide Details…
Email Sender[58b7a2f5ba6d563aff5d73d9_6dded5c7-fe3c-4525-a1b1-2640e8cf9562 – d3383eb5-462b-4d09-b45e-beb2f059f42e]
com.snaplogic.snap.api.SnapDataException: Failed to send email messageat com.snaplogic.snaps.email.EmailSender.writeErrorView(EmailSender.java:629
- SpiroTaleskiValued Contributor
Hi @hina_walia,
It’s looks like an connection issue. Can you please check if the properties of the SMTP email account configuration(password, port, Server domain, Secure connection) in SnapLogic are correct?
Regards,
Spiro- hina_waliaNew Contributor
yes i will check and get back to you. Thanks in advance.