cancel
Showing results for 
Search instead for 
Did you mean: 

uSendSMTPMessage Attachements

former_member2987
Active Contributor
0 Kudos

Need a sanity check here...

If you look at the Help Text for uSendSMTPMessage, there is a notation that the VB version of the function will accept multiple attachments as long as they are pipe-delimited. The javascript version does not make the same assertion. (I'm using 7.1 SP4, by the way)

So my question is, can the Java version handle this?

Hoping someone's already looked into this...

Thanks,

Matt

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Matt,

check performed. You are sane though.

I tried to send multiple attachments using Javascript in these versions:

7.1 SP1, SP3 and SP4. Without any success.

I haven't tried out SP6 and 7.2 yet, but I don't think that something was changed.

So, there are only two valid options:

- Send multiple emails, which I prefer in most cases when admins are involved

- Zip/Rar/whatever all files together and send the archive which should be used when mailing "normal" users

Best regards

Dominik

former_member2987
Active Contributor
0 Kudos

Thanks, Dominik, that measured up with my testing as well.

Matt