Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Using Net::SMTP to send pdf attachment

by Jenda (Abbot)
on Mar 16, 2018 at 17:13 UTC ( [id://1211066]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Using Net::SMTP to send pdf attachment
in thread Using Net::SMTP to send pdf attachment

That's quite possible. What does the SMTP server respond when you try? You can instruct Mail::Sender to write the conversation into a log file.

Does your webhost specify any credentials you might use to log in to the SMTP server for sending without these restrictions?

You might try to connect directly the mail server where your mailbox is stored. You may try to

nslookup set type=MX the.domain.in.your.mail
and use the mail exchanger this displays as the SMTP server to send to your email with a different "From" address. Though the SMTP port may be blocked by your web host.

Jenda
Enoch was right!
Enjoy the last years of Rome.

Replies are listed 'Best First'.
Re^4: Using Net::SMTP to send pdf attachment
by Anonymous Monk on Mar 17, 2018 at 02:58 UTC

    Just checked with the webhost. Can't use any other email for "From" other than the one registered with them.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1211066]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-25 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found