Ask a Question related to ASP.NET General, Design and Development.
-
Ryan Rogers [MS] #1
RE: Sending MIME through SMTP
Maxence,
SMTP (Simple Mail Transfer Protocol) is used exclusively for sending email
messages (which can certainly include MIME). Could you please give more
detail about what you are attempting to accomplish?
Thank you!
Ryan Rogers [MS]
Support Professional
Microsoft Developer Support
Ryan Rogers [MS] Guest
-
SMTP From field using MIME::Lite
I wrote the following code: MIME::Lite->send('smtp', "mail.myserver.com", Timeout=>60); $msg = MIME::Lite->new( From ... -
sending chinese character emails via Net::SMTP using Mime-tools
Howdi, I want to send chinese character emails via Net::SMTP perl. Is the most reliable format MIME encoding? If so, and I have a stream of... -
Questions about Net::SMTP and MIME::Lite
Hi, In my perl-script I'm using MIME::Lite and Net::SMTP. The modules I use within my perl-script are located in a sub-directory called... -
How to Add Username/Password for SMTP Authentication in MIME::Lite?
Is it possible to use MIME::Lite using a SMTP server that needs authentication? My provider now demands authentification when sending mail via... -
Sending SMTP mail via mailx
I am confused on how mailx actually sends mail via SMTP ... and receive the actual mail on Mozilla on windows2000. 1) What confuses me is that I...



Reply With Quote

