Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

email::sender::transport::smtp(3pm) [debian man page]

Email::Sender::Transport::SMTP(3pm)			User Contributed Perl Documentation		       Email::Sender::Transport::SMTP(3pm)

NAME
Email::Sender::Transport::SMTP - send email over SMTP VERSION
version 0.110005 DESCRIPTION
This transport is used to send email over SMTP, either with or without secure sockets (SSL). It is one of the most complex transports available, capable of partial success. For a potentially more efficient version of this transport, see Email::Sender::Transport::SMTP::Persistent. ATTRIBUTES
The following attributes may be passed to the constructor: "host": the name of the host to connect to; defaults to "localhost" "ssl": if true, connect via SSL; defaults to false "port": port to connect to; defaults to 25 for non-SSL, 465 for SSL "timeout": maximum time in secs to wait for server; default is 120 "sasl_username": the username to use for auth; optional "sasl_password": the password to use for auth; required if "username" is provided "allow_partial_success": if true, will send data even if some recipients were rejected; defaults to false "helo": what to say when saying HELO; no default "localaddr": local address from which to connect "localport": local port from which to connect PARTIAL SUCCESS
If "allow_partial_success" was set when creating the transport, the transport may return Email::Sender::Success::Partial objects. Consult that module's documentation. AUTHOR
Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-06 Email::Sender::Transport::SMTP(3pm)

Check Out this Related Man Page

Email::Sender::Transport(3pm)				User Contributed Perl Documentation			     Email::Sender::Transport(3pm)

NAME
Email::Sender::Transport - a role for email transports VERSION
version 0.110005 DESCRIPTION
Email::Sender::Transport is a Moose role to aid in writing classes used to send mail. For the most part, its behavior comes entirely from the role Email::Sender::Role::CommonSending, which it includes. The important difference is that Transports are often intended to be used by Email::Sender::Simple, and they provide two methods related to that purpose. First, they provide an "allow_partial_success" method which returns true or false to indicate whether the transport will ever signal partial success. Second, they provide an "is_simple" method, which returns true if the transport is suitable for use with Email::Sender::Simple. By default, this method returns the inverse of "allow_partial_success". It is imperative that these methods be accurate to prevent Email::Sender::Simple users from sending partially successful transmissions. Partial success is a complex case that almost all users will wish to avoid at all times. AUTHOR
Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-06 Email::Sender::Transport(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SMTP setup

Can anyone please explain me or send me a link to configure/setup SMTP on Sun Solaris server. Thanx a lot. Kavita (1 Reply)
Discussion started by: knarayan
1 Replies

2. IP Networking

SMTP Error 553

Hello, guys ! I have a problem on one of my servers and I dont't know how to handle it. When I try to send en email to a mailbox from another server I get the following error: Does anyone have an ideea where the problem could be ? Or where should I start looking ? The problem appears... (3 Replies)
Discussion started by: Sergiu-IT
3 Replies

3. UNIX for Advanced & Expert Users

SMTP Configuration

(1 Reply)
Discussion started by: Rajat
1 Replies

4. Programming

C code for Sending Email with attachment

Hi, I need the C code for Sending Email with attachment through SMTP protocol, running under linux platform. Thanks (1 Reply)
Discussion started by: Mr coder
1 Replies

5. UNIX for Advanced & Expert Users

HL7 MLLP Sender in C

Hi Everyone, This is a pretty big request, but I was wondering if anyone out there has a program written in C, Perl, Tcl or whatever that can be executed from the command line and will send HL7 messages from a NL delimited file and send them to the specifid host/port using the MLLP HL7 TCP... (1 Reply)
Discussion started by: troym72
1 Replies

6. Shell Programming and Scripting

Combining 2 commands

Hello all, I need to send an attachment and text in the body, both in the same Email. Below are two cammand that send the required data in separate Emails. I need to combine them so that I get just 1 Email containing the attachment & text in the body. uuencode ${filename} "${file_}" |... (6 Replies)
Discussion started by: Junaid Subhani
6 Replies

7. Shell Programming and Scripting

Pulling Data, Then Moving to the Next File

I'm scanning a list of emails- I need to pull 2 pieces of data, then move to the next file: Sender's Email Address Email Date I need these to be outputted into a single column- separated by a ",". Like this: Email1's Address, Email1's Date Stamp Email2's Address, Email2's Date Stamp... (4 Replies)
Discussion started by: sudo
4 Replies

8. Cybersecurity

Email Verifier

Hello, Last two years I am doing email marketing I have lots of Gmail data with me Can Any one help for cleanup data with my Cent OS server And PHP Scripting Every time I put the data in My 3rd party software I get Hard bounces And soft bounces How can i clean up to Data in bulk with PHP... (1 Reply)
Discussion started by: Ajit Bondre
1 Replies

9. UNIX for Advanced & Expert Users

Email Server High Availability

Hello, We are planning to setup a Email server with High Availability for email services so that if SMTP/POP/IMAP goes down on one server, the services switch to second server. We are planning to use a Linux machines from a hosting provider and will do it using DNS with multiple MX records with... (0 Replies)
Discussion started by: sunnysthakur
0 Replies