{ "name": "SendEmailWithPDFFileAttachment", "displayName": "Send Email with PDF File Attachment", "description": "", "category": "", "helpUrl": "https://gis.mbakerintl.com/server/rest/directories/arcgisoutput/InfoAtlas/SendEmailWithPDFFileAttachment_GPServer/InfoAtlas_SendEmailWithPDFFileAttachment/SendEmailWithPDFFileAttachment.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "To", "dataType": "GPString", "displayName": "To", "description": "The email address of the recipient.", "direction": "esriGPParameterDirectionInput", "defaultValue": "lewinkler@mbakerintl.com", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "From", "dataType": "GPString", "displayName": "From", "description": "The email address of the sender.", "direction": "esriGPParameterDirectionInput", "defaultValue": "git.appsupport@mbakerintl.com", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Subject", "dataType": "GPString", "displayName": "Subject", "description": "The text in the subject line of the email.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Beaver County Info Atlas Feedback", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Text", "dataType": "GPString", "displayName": "Text", "description": "The body text of the email.", "direction": "esriGPParameterDirectionInput", "defaultValue": "
The Beaver GIS team appreciates your feedback.
This email confirms that we have received it.<\/p>
If an actionable response is necessary on our part or anything is unclear, our team will respond back to you. Once again, thank you for your feedback.<\/p><\/body><\/html>", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Municipality", "dataType": "GPString", "displayName": "Municipality", "description": "The municipality selected in the Submit Feedback form.", "direction": "esriGPParameterDirectionInput", "defaultValue": "AMBRIDGE BOROUGH", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Issue", "dataType": "GPString", "displayName": "Issue", "description": "The issue type selected in the Submit Feedback form.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Parcel Missing", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Comments", "dataType": "GPString", "displayName": "Comments", "description": "The comments entered in the Submit Feedback form.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Comments", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Screenshot_File", "dataType": "GPDataFile", "displayName": "Screenshot (PDF)", "description": "The file to be attached to the email.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Max_File_Size_MB", "dataType": "GPLong", "displayName": "Max File Size (MB)", "description": "The maximum allowable size of an attachment.If you don't know what to use for Max File Size, check the attachment size limit of your SMTP mail server and the recipient email provider.", "direction": "esriGPParameterDirectionInput", "defaultValue": 15, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "SMTP_Email_Server", "dataType": "GPString", "displayName": "SMTP Email Server", "description": "The SMTP email server that will deliver the email.", "direction": "esriGPParameterDirectionInput", "defaultValue": "webmail.mbakercorp.com", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "SMTP_Email_Server_Username", "dataType": "GPString", "displayName": "SMTP Email Server Username", "description": "The user which will log in to the SMTP email server.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "SMTP_Email_Server_Password", "dataType": "GPString", "displayName": "SMTP Email Server Password", "description": "The user password used to connect to the SMTP email server (if necessary).", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Sent", "dataType": "GPBoolean", "displayName": "Send Email Succeeded", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }