Ocean West Posted November 8, 2009 Posted November 8, 2009 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
Smef Posted November 9, 2009 Posted November 9, 2009 (edited) Could you clarify which header parameter you mean by the User? I have not seen that as a standard email header. Edited November 9, 2009 by Guest
Valentin Posted November 9, 2009 Posted November 9, 2009 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.
Recommended Posts
This topic is 5504 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