Name : perl-Email-Send-SMTP-Gmail
| |
Version : 1.30
| Vendor : obs://build_opensuse_org/home:interstar001
|
Release : 150500.3.1
| Date : 2023-10-24 09:00:46
|
Group : Development/Libraries/Perl
| Source RPM : perl-Email-Send-SMTP-Gmail-1.30-150500.3.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Sends emails with attachments supporting Auth over TLS or SSL (for examp[cut]
|
Description :
Simple module to send emails through Google\'s SMTP with or without attachments. Also supports regular Servers (with plain or none auth). Works with regular Gmail accounts as with Google Apps (your own domains). It supports basic functions such as CC, BCC, ReplyTo.
* new(-login=>\'\', -pass=>\'\' [,-smtp=>\'\',layer=>\'\',-port=>\'\',-debug=>\'\'])
It creates the object and opens a session with the SMTP.
* _smtp_: defines SMTP server. Default value: smtp.gmail.com
* _layer_: defines the secure layer to use. It could be \'tls\', \'ssl\' or \'none\'. Default value: tls
* _port_: defines the port to use. Default values are 25 for tls and 465 for ssl
* _timeout_: defined Timeout for the connection. Default is 60 secs
* _auth_: defines the authentication method. Using AUTO (default value) the system uses the list provided by the server. This module supports: ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GSSAPI, LOGIN and PLAIN (it\'s currently based on SASL::Perl module).
* _debug_: see the log information
Also supports SSL parameters as:
* _ssl_verify_mode_: SSL_VERIFY_NONE | SSL_VERIFY_PEER
* _ssl_version_: SSLv23 | \'\'
* _ssl_verify_path_: SSL_ca_path if SSL_VERIFY_PEER
* _ssl_verify_file_: SSL_ca_file if SSL_VERIFY_PEER
* send(-from=>\'\', -to=>\'\', [-subject=>\'\', -cc=>\'\', -bcc=>\'\', -replyto=>\'\', -charset=>\'\', -body=>\'\', -attachments=>\'\', disposition=>\'\', -verbose=>\'1\'])
It composes and sends the email in one shot
* _to, cc, bcc_: comma separated email addresses
* _contenttype_: Content-Type for the body message. Examples are: text/plain (default), text/html, etc.
* _disposition_: Set \"inline\" in sending embeeded attachments. For example using < body>< img src=\"cid:logo.png\">< br>Test with Image< /body>
* _attachments_: comma separated files with full path
* _attachmentslist_: hashref $list, in format $list->[x]->{name} of files with full path. Example: $list->[0]->{file}=\'/full_path/file.pdf\'
* bye
Closes the SMTP session
* banner
Returns SMTP banner
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/interstar001:/Centreon/15.5/noarch |