G
Guru03
Hi,
I must delivery an email message from a SMTP server to an another.
The transmission MUST be 7-bit coded (*NOT* 8BITMIME).
It's ok to use Net::SMTP? The documentation about it don't tell me about
the type of transmission. And the code isn't clear.
It must be able to delivery MIME 1.0 format emails with special characters
(i.e. non US keyboard) coded in 8-bit format (with some attachments in UTF8
code converted into BASE64 that already are in 7bit format).
Any idea?
I must delivery an email message from a SMTP server to an another.
The transmission MUST be 7-bit coded (*NOT* 8BITMIME).
It's ok to use Net::SMTP? The documentation about it don't tell me about
the type of transmission. And the code isn't clear.
It must be able to delivery MIME 1.0 format emails with special characters
(i.e. non US keyboard) coded in 8-bit format (with some attachments in UTF8
code converted into BASE64 that already are in 7bit format).
Any idea?