Hi Jim,

Thanks for the feedback. Would you like to contribute these changes to make
the operator more extensible?

http://apex.incubator.apache.org/contributing.html

Thomas

--
sent from mobile
On Mar 3, 2016 12:43 AM, "Jim" <jim@facility.supplies> wrote:

> Yes, we have it all figured out already.
>
> The SmtpOuputOperator is not set up in a way in which one can easily
> inherit from it then override if, for example, you want to be able to make
> it more dynamic and pass in more than the message body to send out more
> personalized emails.
>
> We had to clone the entire operator, then add it the few new things.
>
> Someone may want to look at this to set up a better, more robust, and
> easily inheritable and modifiable base operator.
>
> Thanks,
>
> Jim
>
>
> On Mar 2, 2016, at 7:24 PM, Sandesh Hegde <sand...@datatorrent.com> wrote:
>
> Hello Jim,
>
> I looked at the Mail Gun website, they support Java apis, here are the
> examples.
> https://documentation.mailgun.com/api-sending.html#examples
>
> In their documents, they do mention that using their apis is the preferred
> method.
>
> Malhar has SMTP output operator, which you can use.
>
> https://github.com/apache/incubator-apex-malhar/blob/ab800233b55e2792fbc77b91c9b98714eb11ebd7/library/src/main/java/com/datatorrent/lib/io/SmtpOutputOperator.java
>
> Thanks
> Sandesh
>
> On Wed, Mar 2, 2016 at 7:00 AM Jim <jim@facility.supplies> wrote:
>
>> Good morning,
>>
>>
>>
>> Does anyone know of an SMTP output operator set up to use mailgun to send
>> emails out?
>>
>>
>>
>> I am looking to add this to my application.
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Jim
>>
>>
>>
>

Reply via email to