samarthmkt Posted February 19, 2016 Posted February 19, 2016 How we can send email with attachment while sending through 360 email plugin . Need any script for this. Thanks 1
ryan360Works Posted February 19, 2016 Posted February 19, 2016 Hi samarthmkt, First you need to create an email by calling EmailCreate(from;to;subject). Once you call that you can call several different functions to set up the email. To attach a file to the plugin call EmailAttachFile(data) .The data parameter can be either a URL, container, or file path. Once you have called that, you call EmailSend to send the email. You can also attach files inline. You can read more about that here. If you have not already done so, I recommend familiarizing yourself with the plugin documentation and the example files that come with the download of the plugin. They have several scripts in them that show how to use the plugin.
Recommended Posts
This topic is 3452 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now