<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hey all!</div>
<div><br>
</div>
<div>I’m trying to send an email notification about an item using the user->mail method</div>
<div><br>
</div>
<div>This uses a phrase as the subject HOWEVER I’d really like to set the eprintid and I can’t figure out a way to define it, as the method seems only to allow the phrase as part of the call</div>
<div><br>
</div>
<div>So – at the moment it looks like:</div>
<div> my $result = $user->mail( "eprint_thesis_notify_mail_subject", $mail ); </div>
</body>
</html>