0 votes

Hi Support,

I'm trying to use adaxes to send a couple of branded emails with User information such as UPN and First name.

I've written some HTML email code but would like to use Width=100% in some areas, unfortunately because adaxes uses % symbols to reference attributes it throws up an error suggesting the attribute doesn't exist, is there any way to avoid this?

An example html code line would be: <table class="wrapper" width="100%" cellspacing="0" align=center cellpadding="0">

Annotation 2020-02-18 145326.jpg

by (260 points)

1 Answer

+1 vote
by (288k points)

Hello Richard,

In such cases, you need to replace single percent characters with two percent characters. Finally, your line will look like the following:

<table class="wrapper" width="100%%" cellspacing="0" align=center cellpadding="0">

0

Ahhh! that's great, thanks

Related questions

0 votes
1 answer

Hello, I'm wondering if there is something like the calculated property "%adm-RandomString%", but that also includes symbols. Is there another command that accomplishes this task, or ... 's characters? Any way I could get this done within the realm of Adaxes?

asked Jul 7, 2022 by NKB#2772 (70 points)
0 votes
1 answer

Hi Currently we have an Adaxes system set up for our Service Desk staff to log into and manage users / groups etc this is currently assigned by assigning the Service ... there be any limiting factors such as licencing requirements for this? Thanks in advance.

asked Dec 15, 2020 by R_C (70 points)
0 votes
1 answer

Hello, you helped us with a script to set the oof-message. Now we want to know, if it's possible to activate/deactivate the mail-forwarding option time-based. In the ... deactivate it accordingly on "param-abw-ende" Can you help me with that? Thanks Carsten

asked Nov 17, 2022 by lohnag (160 points)
0 votes
1 answer

Automation of user creation based on ServiceNow ticket creation.

asked Jan 24, 2022 by tdetmer (20 points)
0 votes
1 answer

For example, if their old password was "Password1", if they try to change it to "Password2" it would block the password reset since it doesn't meet the password requirements.

asked Sep 10 by tsinball (20 points)
3,541 questions
3,232 answers
8,225 comments
547,805 users