Configure SMTP email and replace the authorized signatory seal / signature image
This image appears on every Offer Letter and Confirmation Letter in the signature block. Upload a new PNG / JPG to replace it instantly.
Current Seal / Signature
Edit appsettings.json for a permanent configuration
that survives app restarts:
"SmtpSettings": {
"Host": "smtp.gmail.com",
"Port": 587,
"Username": "arpit@marmelos.co.in",
"Password": "app_password_here",
"FromEmail": "arpit@marmelos.co.in",
"FromName": "Marmelos Technologies Pvt. Ltd."
}
appsettings.json for permanent config.
Both letters use the company letterhead on every page:
If you notice the header/footer bands are too large or small for your
letterhead image, adjust HeaderBandPt and FooterBandPt
constants at the top of Services/DocumentService.cs.