cSmtp

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
User avatar
ThomasVenus
Posts: 12
Joined: Mon Nov 02, 2015 1:54 pm
Location: Germany

cSmtp

Post by ThomasVenus »

Hi Folks,
sorry for opening a topic to the old VO 2.8 SP4 classes!
We have a VO Systems, that automatically sends e-mail to customers/suppliers, containing pdf-files, csv-datafiles, ....
For us this system works perfectly and very reliable.
But, since a few weeks our mail-provider (1und1.de / ionos.de) claims that these mails have to comply to FRC2822.
The mailheader has to contain the fields "Date:", "From:", "Sender:" and "To:"
Indeed, our mails do not have the field "Sender:" and i cannot find anything in the VO classes the set the "Sender:"

Is there a chance, that one of you can help me with a solution to this.
Thanx in advance
Thomas
g.bunzel@domonet.de
Posts: 97
Joined: Tue Mar 01, 2016 11:50 am
Location: Germany

cSmtp

Post by g.bunzel@domonet.de »

Hi Thomas,

we use for senders e-mail:
oEMail:FromAddress := SELF:cFirmaEMail

and senders name:
oEMail:FromName := SELF:cFirmaAbsender


HTH

Gerhard Bunzel
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

cSmtp

Post by wriedmann »

Hallo Thomas,
the cEmail class has a Cargo variable to set additional header information.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
ThomasVenus
Posts: 12
Joined: Mon Nov 02, 2015 1:54 pm
Location: Germany

cSmtp

Post by ThomasVenus »

Gerhard, Wolfgang,
thank you for your thoughts.
Gerhard, we already use the fields you mention. But thanx anyway.
Wolfgang, with the cargo variable i was able to put the "sender" field into the header.
Lets see, what our mailprovider thinks of that ;-)
Thomas
Post Reply