Questions tagged [subject]
394 questions
0
votes
1 answer
Excel VBA won't insert variable into Outlook email subject field
I have an Excel Macro that is run and generates a docket to stick on student laptops that are handed in for repair, the document also emails the help desk that creates a job in the system with the same details (or part of the details anyway).
The…

Random206
- 49
- 4
- 13
0
votes
3 answers
0
votes
3 answers
Beginner - subject line in emails
I've written a very basic script in Python that allows me to send emails more quickly/easily. I don't really intend to use it day to day, it's more a proof of concept for myself.
I can't get the subject line to appear though. I can send emails but…

Benno
- 51
- 1
- 3
- 7
0
votes
1 answer
How to decode windows-874 imap subject?
I'm having a serious problem with imap decoding. I received an email which might be encoded in windows-874. And this causes the whole letter to be read. I tried to use iconv('tis-620','utf-8',$txt) but I've had no luck.
I've tried searching…

Wilf
- 2,297
- 5
- 38
- 82
0
votes
2 answers
Current page url in subject line via mailto?
How to populate current page title (or current url) to the subject line via mailto?
Been using the code below as a starting point, obviously modifying the "Page Title Here" bit, but can't find a solution:

user2970432
- 7
- 6
0
votes
2 answers
How to handle special chars in email subject?
I am using the Swiftmailer in my Symfony2 webapp.
// Subject and body dynamically come from database
$subject = "This is my subject with an apostroph ' in it.";
$bodytext = "Test text, also with an ' apostrophe in it.";
$message =…

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
0
votes
3 answers
PHP subject line generated from Option tag in html file, won't show in email
I'm creating an application form which gets certain fields, such as there person's first name, last name, email, department, etc. and submits that information into email form. And everything works perfectly, but I want the department that the user…

user3116769
- 59
- 3
- 9
0
votes
1 answer
Shiro subject on HttpSession
I'm using Shiro on my application layer which is served trough web requests. I think SecurityUtils.getSubject won't work as expected as I want to save the current subject through different requests, and I don't want to use Shiro Web utils, because I…

bgarate
- 116
- 2
- 9
0
votes
1 answer
ipad share by email subject line - set subject line
Is there any way to set an email subject line for say a document at
http://www.mydomain.com/Download.aspx?InstanceID=1087&Type=doc
Now when I hit share and try to send it from an iPad, the subject line…

user2600293
- 21
- 1
- 8
0
votes
2 answers
lua: check subject of a method
obj = {}
function obj:setName(name)
print("obj: ", self)
print("name: ", obj)
end
I create an object and assign a method like above. Now I call it this way:
obj:setName("blabla")
The self identifier then refers to obj. My problem is that…

user2399203
- 51
- 5
0
votes
1 answer
How to get the original message's message field through FbGraph /me/inbox?
I am trying to get the original message content from the /me/inbox through the API. I have authorized the read_inbox permission and got a bunch of message objects back. However, each of the message has no Subject nor Message (content). But it does…

achiinto
- 87
- 1
- 3
0
votes
1 answer
XACML Rule Subject
I am writing a policy with ordered-permit-overrides for the rules.
Rule 1 permits access to all content for anyone with an appropriate security level.
Rule 2 permits access to some content (3 resources) to anyone with alternative credentials.
Rule 3…

Nicholas
- 90
- 9
0
votes
0 answers
Sharepoint: use mailto command to send subject and body
I am developing in SharePoint and I would like to prepare a mailto command but I would like to send two values to the email and not just one. Normally in html the command works

George
- 333
- 1
- 3
- 9
0
votes
1 answer
HTML Form "value=[Non-Static]"
Current:
In a Perfect World, The following is Basically what I want it to do.

Varazi
- 583
- 2
- 10
- 27
0
votes
1 answer
properly setting email subject line delivered from email form
I have a email form for my website but here is the issue: when i receive an email, the subject line in my inbox shows whatever the user inputted as subject in the form. id like to override that so that whenever an email comes in. the subject in the…

DC1
- 371
- 1
- 4
- 15