Reply To: Recurring Invoices

#2155
StuartW
Participant

Many thanks that makes sense, I get it now (also just found the render invoice button that confirms it).

However I cannot email invoice out. I get this reesponse to a curl command
<html><head>
<title>401 Unauthorized</title>
</head><body>
<h1>Unauthorized</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn’t understand how to supply
the credentials required.</p>
</body></html>

My custom.config.ini has:-
emailHost = mymailserver
emailSmtpAuth = true
emailUsername = SameAsLoginName
emailPassword = passworSetOnMailServer
emailSmtpPort = 25
emailSecure = tls
emailAck = false
emailUseLocalSendmail = false

The invoice system is protected by a user and password. How can one authorise the curl request.
many thanks