November 8, 200916 yr is there a more definitive list off all allowable parameters for sending email? When sending thru SM the email received is seen as spam cause there is missing header information like USER, Also would like to know if you can set the priority too? Thanks SD
November 9, 200916 yr Could you clarify which header parameter you mean by the User? I have not seen that as a standard email header. Edited November 9, 200916 yr by Guest
November 9, 200916 yr Hi Stephen Just guessing here... If you're looking to set the MUA, mail user agent, then the field you can use is 'X-Mailer', I've also seen 'User-Agent' used. Gmail for instance uses field called 'DKIM-Signature'. The priority can be set using, 'X-Priority' field, where priority can range from 1(highest) to 3(normal) to 5(lowest), normally only 1 and 3 are used. Headers can be set using the setHeader method of the MimeMessage class: http://java.sun.com/j2ee/1.4/docs/api/javax/mail/internet/MimeMessage.html#setHeader(java.lang.String,%20java.lang.String) Or, if you're using 360Works Email plugin you can use EmailSetHeader( header ; value ) function.
Create an account or sign in to comment