Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5504 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted (edited)

Could you clarify which header parameter you mean by the User? I have not seen that as a standard email header.

Edited by Guest
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.