Ask a Question related to PERL Modules, Design and Development.
-
Serguei.Goumeniouk@cibc.ca #1
SMTP: "to" or/and "recipient" question.
Dear Experts,
I am looking at codes somebody wrote long ago and found strange codes.
As I know the "to" method is just a synonym for the "recipient" one.
Codes which confused me have both calls with different address lists.
What addresses will be used by SMTP in this case:
1) Declared by "to" method;
2) Declared by "recipient" one;
3) All above;
4) The first executed;
5) The last executed.
Regards,
Serguei.
Serguei.Goumeniouk@cibc.ca Guest
-
Proj cannot run on LCDS 2.6 ES due to "Unable to resolveresource bundle "datamanagement" for locale "en_US"
hi, all, We have developped an application on Flex Build 3 (run successfully), but failed when we try to deploy it on Tomcat with LCDS 2.5 ES... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
Can't locate object method "new" via package "Net::SMTP"
I'm attempting to use the line: $smtp = Net::SMTP->new("mailhost.myisp.co.uk"); however it generates the error message: Can't locate object... -
Question about "Public Sub" vs "Private Sub" vs "Sub"
In my INCLUDE.INC file I have noticed that I can create subs three ways... Public Sub Test1(x) response.write(x) End Sub Private Sub Test2(x)... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
nobull@mail.com #2
Re: SMTP: "to" or/and "recipient" question.
[email]Serguei.Goumeniouk@cibc.ca[/email] wrote:
The part of the above question that relates to the the Perl module can> I am looking at codes somebody wrote long ago and found strange codes.
> As I know the "to" method is just a synonym for the "recipient" one.
> Codes which confused me have both calls with different address lists.
> What addresses will be used by SMTP in this case:
> 1) Declared by "to" method;
> 2) Declared by "recipient" one;
> 3) All above;
> 4) The first executed;
> 5) The last executed.
be answered by looking at the first two sentences of decription of
recipient in "perldoc SMTP".
The remainder of your question is really one about the SMTP protocol
(nothing to do with Perl).
Nontheless you could resonably infer (without resorting to consulting
the relevant RFC) from the fact that the Perl module's documentation
mentions the possibility of doing this that the answer is probably (3).
nobull@mail.com Guest



Reply With Quote

